pull/2949/head
Bogdan 1 year ago
parent 7012380e95
commit 6273d69ed6

@ -19,7 +19,7 @@ namespace NzbDrone.Integration.Test.ApiTests
[Test] [Test]
public void lookup_new_author_by_goodreads_book_id() 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().NotBeEmpty();
author.Should().Contain(c => c.AuthorName == "J.K. Rowling"); author.Should().Contain(c => c.AuthorName == "J.K. Rowling");

Loading…
Cancel
Save