Skip to content

Commit aed50c5

Browse files
committed
small fix
1 parent 12494fe commit aed50c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/pgvector/tests/test_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ def test_validate_filters():
272272

273273
invalid_filters = {"field": "meta.number", "value": "100"}
274274
with pytest.raises(ValueError):
275-
_validate_filters(invalid_filters)
275+
_validate_filters(invalid_filters)

0 commit comments

Comments
 (0)