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 1406b5a commit da0a046Copy full SHA for da0a046
tests/unit/test_convert_index_info.py
@@ -67,7 +67,7 @@ def test_convert_index_info_json_storage():
67
result = convert_index_info_to_schema(index_info)
68
69
assert result["index"]["name"] == "test_json_index"
70
- assert result["index"]["prefix"] == "json_prefix" # Normalized to string
+ assert result["index"]["prefix"] == "json_prefix" # normalized to string
71
assert result["index"]["storage_type"] == "json"
72
73
0 commit comments