mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Last commit still not compiling (whoops squared)
This commit is contained in:
parent
4025af7895
commit
eb1c3c8b82
@ -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 New Issue
Block a user