Skip to content

Commit

Permalink
More exp
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Aug 19, 2024
1 parent 763428b commit 6d75647
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integrations/astra/tests/test_document_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,3 +389,9 @@ def test_comparison_not_in_with_with_non_list(self, document_store, filterable_d

def test_comparison_not_in_with_with_non_list_iterable(self, document_store, filterable_docs):
pass

def test_not_operator(self, document_store, filterable_docs):
"""
Fails with: haystack.errors.FilterError: Unknown operator NOT
"""
pass

0 comments on commit 6d75647

Please sign in to comment.