Skip to content

Commit 02a5551

Browse files
committed
Fix missed lambda in test
1 parent c8d9608 commit 02a5551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/test_collection_hybrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def test_hybrid_near_text_search(collection_factory: CollectionFactory) -> None:
317317

318318

319319
def test_hybrid_near_text_search_named_vectors(collection_factory: CollectionFactory) -> None:
320-
collection = lambda: collection_factory(
320+
collection = collection_factory(
321321
properties=[
322322
Property(name="text", data_type=DataType.TEXT),
323323
Property(name="int", data_type=DataType.INT),

0 commit comments

Comments
 (0)