Fixed: Adding book by edition id

This commit is contained in:
ta264
2023-01-12 21:04:11 +00:00
parent 4db158e0c9
commit 70856c217c
2 changed files with 12 additions and 8 deletions
@@ -75,7 +75,7 @@ namespace NzbDrone.Core.Test.MetadataSource.Goodreads
[Test]
public void getting_details_of_invalid_book()
{
Assert.Throws<BookNotFoundException>(() => Subject.GetBookInfo("99999999"));
Assert.Throws<BookNotFoundException>(() => Subject.GetBookInfo("1"));
}
private void ValidateAuthor(Author author)