Skip to content

Commit

Permalink
Fix whitespace/indentation issues in test_sys (pythonGH-32369) (pytho…
Browse files Browse the repository at this point in the history
…nGH-32373)

(cherry picked from commit da92240)
  • Loading branch information
Fidget-Spinner authored and hello-adam committed Jun 2, 2022
1 parent 2520c60 commit a079d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/test/test_sys.py
Original file line number Diff line number Diff line change
Expand Up @@ -982,8 +982,8 @@ class X(Exception):
with test.support.captured_stderr() as stderr, \
test.support.swap_attr(sys, 'unraisablehook',
sys.__unraisablehook__):
expected = self.write_unraisable_exc(
A.B.X(), "msg", "obj");
expected = self.write_unraisable_exc(
A.B.X(), "msg", "obj");
report = stderr.getvalue()
testName = 'test_original_unraisablehook_exception_qualname'
self.assertIn(f"{testName}.<locals>.A.B.X", report)
Expand Down

0 comments on commit a079d07

Please sign in to comment.