mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix whitespace/indentation issues in test_sys (GH-32369)
This commit is contained in:
parent
b33c4564ac
commit
da922409ac
1 changed files with 2 additions and 2 deletions
|
@ -1179,8 +1179,8 @@ class UnraisableHookTest(unittest.TestCase):
|
|||
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()
|
||||
self.assertIn(A.B.X.__qualname__, report)
|
||||
if moduleName in ['builtins', '__main__']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue