Revert "Fix GoodReads Search Test, New First Book"

This reverts commit c8263fd856.
This commit is contained in:
Qstick
2021-01-30 13:38:23 -05:00
parent 8adf67ed5a
commit bc4aed17a2

View File

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