We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbce723 commit 763428bCopy full SHA for 763428b
integrations/astra/tests/test_document_store.py
@@ -386,3 +386,6 @@ def test_comparison_not_in_with_with_non_list(self, document_store, filterable_d
386
$nin operator must have `ARRAY` value","errorCode":"INVALID_FILTER_EXPRESSION"}]}
387
"""
388
pass
389
+
390
+ def test_comparison_not_in_with_with_non_list_iterable(self, document_store, filterable_docs):
391
+ pass
0 commit comments