mirror of
https://github.com/Readarr/Readarr
synced 2026-02-15 11:12:46 +01:00
Revert "Fix GoodReads Search Test, New First Book"
This reverts commit c8263fd856.
This commit is contained in:
parent
8adf67ed5a
commit
bc4aed17a2
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 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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue