Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed May 5, 2023
1 parent 7a5e2c2 commit 6858db6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6858db6

Please sign in to comment.