mirror of
https://github.com/Readarr/Readarr
synced 2026-01-15 12:03:17 +01:00
Fix tests
This commit is contained in:
parent
7012380e95
commit
6273d69ed6
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public void lookup_new_author_by_name(string term, string name)
|
|||
[Test]
|
||||
public void lookup_new_author_by_goodreads_book_id()
|
||||
{
|
||||
var author = Author.Lookup("edition:1");
|
||||
var author = Author.Lookup("edition:2");
|
||||
|
||||
author.Should().NotBeEmpty();
|
||||
author.Should().Contain(c => c.AuthorName == "J.K. Rowling");
|
||||
|
|
|
|||
Loading…
Reference in a new issue