Skip to content

Commit

Permalink
Update the AggregateCredits test with the correct class.
Browse files Browse the repository at this point in the history
  • Loading branch information
electroflame committed Jul 23, 2022
1 parent 0a2c7a2 commit c5ecbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TMDbLibTests/ClientTvShowTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public async Task TestTvShowSeparateExtrasCreditsAsync()
[Fact]
public async Task TestAggregateCreditsExtractAllAsync()
{
Credits credits = await TMDbClient.GetAggregateCredits(IdHelper.Lupin);
CreditsAggregate credits = await TMDbClient.GetAggregateCredits(IdHelper.Lupin);

await Verify(credits);
}
Expand Down

0 comments on commit c5ecbf8

Please sign in to comment.