Skip to content

Commit 5db56ad

Browse files
committed
Rename the test skip (to match the renamed tests).
1 parent 03ec4a1 commit 5db56ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema/tests/test_jsonschema_test_suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def leap_second(test):
142142
message=bug(371),
143143
subject="ref",
144144
case_description=(
145-
"$ref prevents a sibling $id from changing the base uri"
145+
"$ref prevents a sibling id from changing the base uri"
146146
),
147147
)(test)
148148
or skip(
@@ -222,7 +222,7 @@ def leap_second(test):
222222
message=bug(371),
223223
subject="ref",
224224
case_description=(
225-
"$ref prevents a sibling $id from changing the base uri"
225+
"$ref prevents a sibling id from changing the base uri"
226226
),
227227
)(test)
228228
or skip(

0 commit comments

Comments
 (0)