mirror of
https://github.com/Readarr/Readarr
synced 2025-12-15 21:02:40 +01:00
Fix AuthorLookupFixture
This commit is contained in:
parent
f09da06f80
commit
d5af254f47
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ namespace NzbDrone.Integration.Test.ApiTests
|
|||
public class AuthorLookupFixture : IntegrationTest
|
||||
{
|
||||
[TestCase("Robert Harris", "Robert Harris")]
|
||||
[TestCase("J.K. Rowling", "J.K. Rowling")]
|
||||
[TestCase("Philip W. Errington", "Philip W. Errington")]
|
||||
public void lookup_new_author_by_name(string term, string name)
|
||||
{
|
||||
var author = Author.Lookup(term);
|
||||
|
|
|
|||
Loading…
Reference in a new issue