mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fixed: Adding book by edition id
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user