Skip to content

Commit e8bf4d1

Browse files
committed
Fix test
1 parent ed5b87b commit e8bf4d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit_tests/test_vectorstore.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,8 @@ async def test_async_pgvector_with_with_metadata_filters_5(
990990
{"$and": {}},
991991
{"$between": {}},
992992
{"$eq": {}},
993+
{"$exists": {}},
994+
{"$exists": 1},
993995
],
994996
)
995997
def test_invalid_filters(pgvector: PGVector, invalid_filter: Any) -> None:

0 commit comments

Comments
 (0)