Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Jul 31, 2024
1 parent 81d3f0e commit 7d7d431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_issue_90.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import vecs


def test_upsert(client: vecs.Client) -> None:
def test_issue_90_multiple_index_support(client: vecs.Client) -> None:
# Create a collection
col1 = client.get_or_create_collection(name="col1", dimension=3)

Expand Down

0 comments on commit 7d7d431

Please sign in to comment.