Skip to content

Commit 1406b5a

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

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
@@ -24,7 +24,7 @@ def test_convert_index_info_single_prefix():
2424
result = convert_index_info_to_schema(index_info)
2525

2626
assert result["index"]["name"] == "test_index"
27-
assert result["index"]["prefix"] == "prefix_a" # Normalized to string
27+
assert result["index"]["prefix"] == "prefix_a" # normalized to string
2828
assert result["index"]["storage_type"] == "hash"
2929

3030

0 commit comments

Comments
 (0)