Skip to content

Commit

Permalink
GH-125: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikfroehling committed Mar 5, 2020
1 parent 02d627a commit e2e49a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public async Task Test_TraktPersonMovieCredits_From_Json()

creditsCast[0].Should().NotBeNull();
creditsCast[0].Character.Should().Be("Rey");
creditsCast[0].Characters.Should().NotBeNull().And.HaveCount(1).And.Contain("Ray");
creditsCast[0].Characters.Should().NotBeNull().And.HaveCount(1).And.Contain("Rey");
creditsCast[0].Movie.Should().NotBeNull();
creditsCast[0].Movie.Title.Should().Be("Star Wars: The Force Awakens");
creditsCast[0].Movie.Year.Should().Be(2015);
Expand Down

0 comments on commit e2e49a2

Please sign in to comment.