Fix proxy search test

This commit is contained in:
Bogdan 2024-03-06 08:15:13 +02:00
parent 42751b598b
commit 07f218f294

View file

@ -38,7 +38,7 @@ public void successful_author_search(string title, int expected)
ExceptionVerification.IgnoreWarns();
}
[TestCase("Harry Potter and the sorcerer's stone a summary of the novel", 23314781)]
[TestCase("Harry Potter and the sorcerer's stone a detailed summary", 61800696)]
[TestCase("B0192CTMYG", 61209488)]
[TestCase("9780439554930", 48517161)]
public void successful_book_search(string title, int expected)