Skip to content

Commit 9d710df

Browse files
committed
change minor fix on test
1 parent 542fd71 commit 9d710df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/test_collection_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@ def test_config_muvera_disabled(
14431443
) -> None:
14441444
dummy = collection_factory("dummy", ports=(8086, 50057))
14451445
if dummy._connection._weaviate_version.is_lower_than(1, 29, 0):
1446-
pytest.skip("Muvera is not supported in Weaviate versions lower than 1.31.0")
1446+
pytest.skip("Multivector is not supported in Weaviate versions lower than 1.29.0")
14471447

14481448
collection = collection_factory(
14491449
ports=(8086, 50057),

0 commit comments

Comments
 (0)