Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/unit/test_tables_cov.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_normalize_mapping_row_preserves_keys_and_json_values(self) -> None:
tm.that(result, eq=expected)

def test_normalize_mapping_row_preserves_json_null(self) -> None:
"""Verify that normalize mapping row preserves JSON null."""
"""Verify that normalization preserves the JSON null contract."""
result = u.Cli.tables_normalize_mapping_row({"key": None})
tm.that(result, eq={"key": None})

Expand Down