Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekorman committed Aug 16, 2024
1 parent 978008b commit 55f68f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit-tests/test_pinecone.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ class C(Collection):

assert len(results) == 1
assert results[0].id == "1"
assert results[0].vector == [1.0] * 128
assert results[0].vector == Vector([1.0] * 128)

0 comments on commit 55f68f9

Please sign in to comment.