fixed test due to GoodReads BookId change

This commit is contained in:
Robin Dadswell 2022-06-15 22:52:50 +01:00
parent b4fd1340c2
commit 615facb3c4

View file

@ -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)
{