Skip to content

Commit

Permalink
Fixing CollectionRepositoryTest
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Jan 27, 2014
1 parent 9add642 commit 0a174ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Tmdb/Tests/Repository/CollectionRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function shouldGetImages()
{
$repository = $this->getRepositoryWithMockedHttpClient();

$repository->load(self::COLLECTION_ID);
$repository->getImages(self::COLLECTION_ID);
}

protected function getApiClass()
Expand Down

0 comments on commit 0a174ac

Please sign in to comment.