mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07: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 @@ namespace NzbDrone.Core.Test.NetImport
|
|||
|
||||
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…
Add table
Add a link
Reference in a new issue