Skip to content

Commit 02c6b8d

Browse files
authored
fixup! typo
1 parent f206a04 commit 02c6b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_crossinterp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ def test_capture_exception_invalid_format(self, exc_lines):
15281528
self.assertEqual(captured.formatted, "ValueError: ")
15291529
self.assertEqual(captured.errdisplay, "".join(exc_lines))
15301530

1531-
@support.skipUnless(
1531+
@unittest.skipUnless(
15321532
support.Py_DEBUG,
15331533
"printing subinterpreter unraisable exceptions requires DEBUG build",
15341534
)

0 commit comments

Comments
 (0)