Skip to content

Commit da0a046

Browse files
bsboddenCopilot
andauthored
Update tests/unit/test_convert_index_info.py
Co-authored-by: Copilot <[email protected]>
1 parent 1406b5a commit da0a046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_convert_index_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_convert_index_info_json_storage():
6767
result = convert_index_info_to_schema(index_info)
6868

6969
assert result["index"]["name"] == "test_json_index"
70-
assert result["index"]["prefix"] == "json_prefix" # Normalized to string
70+
assert result["index"]["prefix"] == "json_prefix" # normalized to string
7171
assert result["index"]["storage_type"] == "json"
7272

7373

0 commit comments

Comments
 (0)