Skip to content

Commit b4fa3a0

Browse files
committed
test(YXCleanType): add compatibility test for readable values in from_value method
1 parent 93072e2 commit b4fa3a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/data/test_code_mappings.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ def test_yx_clean_type_legacy_values_stable() -> None:
106106
("mop", YXCleanType.MOP),
107107
],
108108
)
109-
def test_yx_clean_type_from_value_compat_aliases(
110-
input_value: str, expected: YXCleanType
111-
) -> None:
109+
def test_yx_clean_type_from_value_compat_aliases(input_value: str, expected: YXCleanType) -> None:
112110
"""Test YXCleanType accepts readable values."""
113111
assert YXCleanType.from_value(input_value) is expected

0 commit comments

Comments
 (0)