mirror of
https://github.com/Radarr/Radarr
synced 2025-02-21 13:57:02 +00:00
Fixed: Last commit still not compiling (whoops squared)
This commit is contained in:
parent
4025af7895
commit
eb1c3c8b82
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ public void should_fetch_imdb_list()
|
|||
|
||||
var result = Subject.Fetch();
|
||||
|
||||
result.First().Title.Should().Be("Think Like a Man Too");
|
||||
result.First().ImdbId.Should().Be("tt2239832");
|
||||
result.Movies.First().Title.Should().Be("Think Like a Man Too");
|
||||
result.Movies.First().ImdbId.Should().Be("tt2239832");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue