Fix book tests

This commit is contained in:
Bogdan
2023-07-29 14:59:47 +03:00
parent b11517e2ac
commit 4d7a762ee8
2 changed files with 2 additions and 2 deletions
@@ -38,7 +38,7 @@ namespace NzbDrone.Core.Test.MetadataSource.Goodreads
ExceptionVerification.IgnoreWarns();
}
[TestCase("Harry Potter and the sorcerer's stone", 27425945)]
[TestCase("Harry Potter and the sorcerer's stone a summary of the novel", 23314781)]
[TestCase("B0192CTMYG", 61209488)]
[TestCase("9780439554930", 48517161)]
public void successful_book_search(string title, int expected)