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 fc4f5c4 commit 1406b5aCopy full SHA for 1406b5a
tests/unit/test_convert_index_info.py
@@ -24,7 +24,7 @@ def test_convert_index_info_single_prefix():
24
result = convert_index_info_to_schema(index_info)
25
26
assert result["index"]["name"] == "test_index"
27
- assert result["index"]["prefix"] == "prefix_a" # Normalized to string
+ assert result["index"]["prefix"] == "prefix_a" # normalized to string
28
assert result["index"]["storage_type"] == "hash"
29
30
0 commit comments