Skip to content

Commit

Permalink
collection test fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
cyruzin committed Nov 28, 2023
1 parent c820888 commit 1ed08b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package tmdb

const collectionID = 10
const collectionIDImage = 2
const collectionIDImage = 10

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

0 comments on commit 1ed08b9

Please sign in to comment.