mirror of
https://github.com/Readarr/Readarr
synced 2026-01-03 14:16:04 +01:00
fixed test due to GoodReads BookId change
This commit is contained in:
parent
b4fd1340c2
commit
615facb3c4
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ public void successful_author_search(string title, int expected)
|
|||
}
|
||||
|
||||
[TestCase("Harry Potter and the sorcerer's stone", 3)]
|
||||
[TestCase("B0192CTMYG", 42844155)]
|
||||
[TestCase("B0192CTMYG", 61209488)]
|
||||
[TestCase("9780439554930", 48517161)]
|
||||
public void successful_book_search(string title, int expected)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue