Skip to content

Commit

Permalink
test: correct order of actual and expected results in test #314
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Feb 4, 2022
1 parent c390d73 commit 5d6dab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/search_api/filters/test_search_api_where_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_valid_apply_where_filter(self, filter_input, entity_name, expected_quer

filter_handler.apply_filters(test_query)

assert expected_query == str(test_query.icat_query.query)
assert str(test_query.icat_query.query) == expected_query

@pytest.mark.parametrize(
"filter_input, entity_name, expected_query",
Expand Down

0 comments on commit 5d6dab9

Please sign in to comment.