Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Jan 3, 2025
1 parent d8aac4d commit d3b39ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/congruence_tests/test_has_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_has_vector(local_client, remote_client):
COLLECTION_NAME,
limit=50,
scroll_filter=models.Filter(must=[models.HasVectorCondition(has_vector="image")]),
),
)[0],
)


Expand All @@ -52,5 +52,5 @@ def test_has_vector_sparse():
scroll_filter=models.Filter(
must=[models.HasVectorCondition(has_vector="sparse-image")]
),
),
)[0],
)

0 comments on commit d3b39ad

Please sign in to comment.