mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-05 00:05:47 +00:00
Fix test
This commit is contained in:
@@ -77,7 +77,7 @@ namespace NzbDrone.Core.Test.MetadataSource.Goodreads
|
||||
}
|
||||
|
||||
[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)
|
||||
{
|
||||
var result = Subject.SearchForNewEntity(query);
|
||||
|
||||
Reference in New Issue
Block a user