Skip to content

Commit 7e1a216

Browse files
lboueallenporter
andcommitted
test(q10): update clean type code mapping tests
Co-authored-by: Allen Porter <allen.porter@gmail.com>
1 parent b4fa3a0 commit 7e1a216

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/data/test_code_mappings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,4 @@ def test_yx_clean_type_legacy_values_stable() -> None:
109109
def test_yx_clean_type_from_value_compat_aliases(input_value: str, expected: YXCleanType) -> None:
110110
"""Test YXCleanType accepts readable values."""
111111
assert YXCleanType.from_value(input_value) is expected
112+
assert expected.value == input_value

0 commit comments

Comments
 (0)