Skip to content

Commit

Permalink
test: correct false fail test #259
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Bozhinov committed Dec 9, 2021
1 parent c6d7ab5 commit cd0a86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/search_api/test_search_api_query_filter_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ def test_valid_include_filter(
[],
[
NestedWhereFilters(
[], [SearchAPIWhereFilter("name", "file1", "eq")], "or",
[], [SearchAPIWhereFilter("files.name", "file1", "eq")], "or",
),
],
id="Text operator on defined field mapping to single field",
Expand Down

0 comments on commit cd0a86e

Please sign in to comment.