Skip to content

Commit 0b38b8e

Browse files
Update Lib/test/test_json/test_fail.py
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 4a7f323 commit 0b38b8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_json/test_fail.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,5 +262,6 @@ def __call__(self, *args):
262262
with self.assertRaises(Exception):
263263
json.loads('"\\uZZZZ"')
264264

265+
265266
class TestPyFail(TestFail, PyTest): pass
266267
class TestCFail(TestFail, CTest): pass

0 commit comments

Comments
 (0)