pull/2433/head
Bogdan 1 year ago
parent 7a5e2c248c
commit 6858db686c

@ -87,7 +87,7 @@ namespace NzbDrone.Core.Test.MetadataSource.Goodreads
} }
[TestCase("Philip Pullman", 0, typeof(Author), "Philip Pullman")] [TestCase("Philip Pullman", 0, typeof(Author), "Philip Pullman")]
[TestCase("Philip Pullman", 1, typeof(Book), "Northern Lights")] [TestCase("Philip Pullman", 1, typeof(Book), "The Amber Spyglass")]
public void successful_combined_search(string query, int position, Type resultType, string expected) public void successful_combined_search(string query, int position, Type resultType, string expected)
{ {
var result = Subject.SearchForNewEntity(query); var result = Subject.SearchForNewEntity(query);

Loading…
Cancel
Save