mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Last commit still not compiling (whoops squared)
This commit is contained in:
@@ -38,8 +38,8 @@ namespace NzbDrone.Core.Test.NetImport
|
|||||||
|
|
||||||
var result = Subject.Fetch();
|
var result = Subject.Fetch();
|
||||||
|
|
||||||
result.First().Title.Should().Be("Think Like a Man Too");
|
result.Movies.First().Title.Should().Be("Think Like a Man Too");
|
||||||
result.First().ImdbId.Should().Be("tt2239832");
|
result.Movies.First().ImdbId.Should().Be("tt2239832");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user