Skip to content

Commit f25ff4b

Browse files
martex-devclaude
andcommitted
M29a: ruff format the M29 test
One string in the new stylesheet assertion escaped its own quotes where ruff would rather it changed quote style. Formatting was checked before the tests were appended and not after, which is the whole of it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent b7624ef commit f25ff4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_station.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ def test_the_map_carries_no_writing_until_it_is_asked_for(tmp_path: Path) -> Non
10161016
assert rule in style, rule
10171017
for rule in (
10181018
".annotated #cards, .annotated #exits { opacity:1; }",
1019-
".annotated #labels text, #labels text[data-kind=\"stencil\"] { opacity:1; }",
1019+
'.annotated #labels text, #labels text[data-kind="stencil"] { opacity:1; }',
10201020
".annotated .roster, .annotated .hud-tl, .annotated .hud-bl { opacity:1; }",
10211021
):
10221022
assert rule in style, rule

0 commit comments

Comments
 (0)