More test fixes

This commit is contained in:
Bogdan
2023-07-29 07:48:47 +03:00
parent d3443510b4
commit f09da06f80
2 changed files with 5 additions and 5 deletions
@@ -25,7 +25,7 @@ namespace NzbDrone.Core.Test.MetadataSource.Goodreads
}
[TestCase("Robert Harris", 575)]
[TestCase("James Patterson", 3780)]
[TestCase("Lyndsay Ely", 8056539)]
[TestCase("Elisa Puricelli Guerra", 4481805)]
public void successful_author_search(string title, int expected)
{
@@ -38,7 +38,7 @@ namespace NzbDrone.Core.Test.MetadataSource.Goodreads
ExceptionVerification.IgnoreWarns();
}
[TestCase("Harry Potter and the sorcerer's stone", 61209488)]
[TestCase("Harry Potter and the sorcerer's stone", 27425945)]
[TestCase("B0192CTMYG", 61209488)]
[TestCase("9780439554930", 48517161)]
public void successful_book_search(string title, int expected)