Skip to content

Commit c247a7e

Browse files
committed
Fixed test naming.
1 parent 6bb31d9 commit c247a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xrlint/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,6 @@ def _format_test_id(
217217
test: RuleTest, test_index: int, test_mode: Literal["valid", "invalid"]
218218
) -> str:
219219
if test.name:
220-
return f"test_{test_mode}_{to_snake_case(test.name)!r}"
220+
return f"test_{test_mode}_{to_snake_case(test.name)}"
221221
else:
222222
return f"test_{test_mode}_{test_index}"

0 commit comments

Comments
 (0)