mirror of
https://github.com/Readarr/Readarr
synced 2026-05-08 12:42:51 +02: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
|
public class AuthorLookupFixture : IntegrationTest
|
||||||
{
|
{
|
||||||
[TestCase("Robert Harris", "Robert Harris")]
|
[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)
|
public void lookup_new_author_by_name(string term, string name)
|
||||||
{
|
{
|
||||||
var author = Author.Lookup(term);
|
var author = Author.Lookup(term);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue