Skip to content

Commit b8dd5a6

Browse files
committed
fix formatting error
1 parent 3089143 commit b8dd5a6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

jsonschema/tests/test_jsonschema_test_suite.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,11 @@ def narrow_unicode_build(test): # pragma: no cover
9292

9393
def python_lt_37_build(test):
9494
return skip(
95-
message=bug(685),
95+
message=message,
9696
subject="date",
9797
description="invalidates non-padded month dates",
98-
)(test)
99-
or skip(
100-
message=bug(685),
98+
)(test) or skip(
99+
message=message,
101100
subject="date",
102101
description="invalidates non-padded day dates",
103102
)(test)

0 commit comments

Comments
 (0)