diff --git a/tests/unit/test_tables_cov.py b/tests/unit/test_tables_cov.py index f22b724b..1ca06ca1 100644 --- a/tests/unit/test_tables_cov.py +++ b/tests/unit/test_tables_cov.py @@ -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})