Skip to content

Commit 1ed08b9

Browse files
committedNov 28, 2023
collection test fix again
1 parent c820888 commit 1ed08b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎collections_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package tmdb
22

33
const collectionID = 10
4-
const collectionIDImage = 2
4+
const collectionIDImage = 10
55

66
func (suite *TMBDTestSuite) TestGetCollectionDetails() {
77
collection, err := suite.client.GetCollectionDetails(collectionID, nil)

0 commit comments

Comments
 (0)