Skip to content

Commit 6d75647

Browse files
committed
More exp
1 parent 763428b commit 6d75647

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

integrations/astra/tests/test_document_store.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,3 +389,9 @@ def test_comparison_not_in_with_with_non_list(self, document_store, filterable_d
389389

390390
def test_comparison_not_in_with_with_non_list_iterable(self, document_store, filterable_docs):
391391
pass
392+
393+
def test_not_operator(self, document_store, filterable_docs):
394+
"""
395+
Fails with: haystack.errors.FilterError: Unknown operator NOT
396+
"""
397+
pass

0 commit comments

Comments
 (0)