mirror of
https://github.com/Readarr/Readarr
synced 2026-05-08 12:42:51 +02:00
Fix test
This commit is contained in:
parent
d8cb86c5dd
commit
4cc09a7cc0
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ public void no_artist_search_result(string term)
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestCase("Robert Harris", 0, typeof(Author), "Robert Harris")]
|
[TestCase("Robert Harris", 0, typeof(Author), "Robert Harris")]
|
||||||
[TestCase("Robert Harris", 1, typeof(Book), "Fatherland")]
|
[TestCase("Robert Harris", 1, typeof(Book), "An Officer and a Spy")]
|
||||||
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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue