We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c820888 commit 1ed08b9Copy full SHA for 1ed08b9
collections_test.go
@@ -1,7 +1,7 @@
1
package tmdb
2
3
const collectionID = 10
4
-const collectionIDImage = 2
+const collectionIDImage = 10
5
6
func (suite *TMBDTestSuite) TestGetCollectionDetails() {
7
collection, err := suite.client.GetCollectionDetails(collectionID, nil)
0 commit comments