mirror of
https://github.com/Readarr/Readarr
synced 2025-12-29 19:54:20 +01:00
Fix test
This commit is contained in:
parent
cb2c502857
commit
44fa6e4cc1
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ public void Setup()
|
|||
}
|
||||
|
||||
[TestCase("Robert Harris", "Robert Harris")]
|
||||
[TestCase("Terry Pratchett", "Terry Pratchett")]
|
||||
[TestCase("Charlotte Brontë", "Charlotte Brontë")]
|
||||
[TestCase("James Patterson", "James Patterson")]
|
||||
[TestCase("Antoine de Saint-Exupéry", "Antoine de Saint-Exupéry")]
|
||||
public void successful_artist_search(string title, string expected)
|
||||
{
|
||||
var result = Subject.SearchForNewAuthor(title);
|
||||
|
|
|
|||
Loading…
Reference in a new issue