We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3dad9 commit e444373Copy full SHA for e444373
tests/test_collection.py
@@ -70,7 +70,7 @@ async def test_collection_index(doc_col, bad_col):
70
assert idx2.id is not None
71
assert idx2.id == f"{doc_col.name}/{idx2.numeric_id}"
72
assert idx2.type == "inverted"
73
- assert idx2["fields"] == [{"name": "attr1", "cache": True}]
+ assert idx2["fields"][0]["name"] == "attr1"
74
assert idx2.name == "idx2"
75
assert idx2.include_all_fields is True
76
assert idx2.analyzer == "identity"
0 commit comments