mirror of
https://github.com/Readarr/Readarr
synced 2026-05-08 12:42:51 +02:00
Fix BookInfoProxySearchFixture test
This commit is contained in:
parent
8901118aef
commit
a7b965100d
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ public void no_author_search_result(string term)
|
|||
}
|
||||
|
||||
[TestCase("Roald Dahl", 0, typeof(Author), new[] { "Roald Dahl" }, TestName = "author")]
|
||||
[TestCase("Roald Dahl", 1, typeof(Book), new[] { "Boy: Tales of Childhood" }, TestName = "book")]
|
||||
[TestCase("Roald Dahl", 1, typeof(Book), new[] { "Going Solo", "Boy: Tales of Childhood" }, TestName = "book")]
|
||||
public void successful_combined_search(string query, int position, Type resultType, string[] expected)
|
||||
{
|
||||
var result = Subject.SearchForNewEntity(query);
|
||||
|
|
|
|||
Loading…
Reference in a new issue