mirror of
https://github.com/Readarr/Readarr
synced 2026-02-26 08:31:49 +01:00
Fix test
This commit is contained in:
parent
38ce17fc53
commit
737bde0c5c
1 changed files with 2 additions and 2 deletions
|
|
@ -76,8 +76,8 @@ public void no_artist_search_result(string term)
|
|||
ExceptionVerification.IgnoreWarns();
|
||||
}
|
||||
|
||||
[TestCase("Robert Harris", 0, typeof(Author), "Robert Harris")]
|
||||
[TestCase("Robert Harris", 1, typeof(Book), "An Officer and a Spy")]
|
||||
[TestCase("Philip Pullman", 0, typeof(Author), "Philip Pullman")]
|
||||
[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