mirror of
https://github.com/Readarr/Readarr
synced 2026-01-19 05:54:06 +01:00
Fix Goodreads test
This commit is contained in:
parent
f9cba39f0a
commit
9a7b2cb818
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public void successful_author_search(string title, int expected)
|
|||
ExceptionVerification.IgnoreWarns();
|
||||
}
|
||||
|
||||
[TestCase("Harry Potter and the sorcerer's stone a detailed summary", 61800696)]
|
||||
[TestCase("Harry Potter and the sorcerer's stone a detailed summary", 72245296)]
|
||||
[TestCase("B0192CTMYG", 61209488)]
|
||||
[TestCase("9780439554930", 48517161)]
|
||||
public void successful_book_search(string title, int expected)
|
||||
|
|
|
|||
Loading…
Reference in a new issue