Fix tests

This commit is contained in:
Bogdan 2023-05-05 15:00:22 +03:00
parent 7a5e2c248c
commit 6858db686c

View file

@ -87,7 +87,7 @@ public void no_author_search_result(string term)
}
[TestCase("Philip Pullman", 0, typeof(Author), "Philip Pullman")]
[TestCase("Philip Pullman", 1, typeof(Book), "Northern Lights")]
[TestCase("Philip Pullman", 1, typeof(Book), "The Amber Spyglass")]
public void successful_combined_search(string query, int position, Type resultType, string expected)
{
var result = Subject.SearchForNewEntity(query);