mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fix GoodReads Search Test, New First Book
This commit is contained in:
@@ -77,7 +77,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), "The Golden Compass")]
|
[TestCase("Philip Pullman", 1, typeof(Book), "The Subtle Knife")]
|
||||||
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user