Skip to content

Commit 319f778

Browse files
typo
1 parent c1103d3 commit 319f778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/test_vector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def test_qbit_batch_insert(test_client: Client, table_context: Callable):
164164
count = test_client.query("SELECT COUNT(*) FROM embeddings").result_set[0][0]
165165
assert count == 100
166166

167-
# Sport check a few
167+
# Spot check a few
168168
for test_id in [0, 50, 99]:
169169
original_vec = batch_data[test_id][1]
170170
result = test_client.query("SELECT embedding FROM embeddings WHERE id = %(id)s", parameters={"id": test_id})

0 commit comments

Comments
 (0)