Skip to content

Commit 951b075

Browse files
fixes typo
Co-authored-by: Copilot <[email protected]>
1 parent a544f39 commit 951b075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_aggregation_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def test_multi_vector_query():
224224
assert multivector_query._loadfields == []
225225
assert multivector_query._dialect == 2
226226

227-
# test we can initialize with mutliple Vectors
227+
# test we can initialize with multiple Vectors
228228
vectors = [sample_vector, sample_vector_2, sample_vector_3, sample_vector_4]
229229
vector_field_names = ["field_1", "field_2", "field_3", "field_4"]
230230
weights = [0.2, 0.5, 0.6, 0.1]

0 commit comments

Comments
 (0)