mirror of
https://github.com/Readarr/Readarr
synced 2025-12-26 02:03:11 +01:00
Fix GoodReads Search Test, New First Book
This commit is contained in:
parent
d7cdbbecc8
commit
c8263fd856
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ public void no_author_search_result(string term)
|
|||
}
|
||||
|
||||
[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)
|
||||
{
|
||||
var result = Subject.SearchForNewEntity(query);
|
||||
|
|
|
|||
Loading…
Reference in a new issue