Skip to content

Commit e01b5d0

Browse files
authored
Update Lib/test/test_external_inspection.py
1 parent 7190e86 commit e01b5d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Lib/test/test_external_inspection.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -534,10 +534,10 @@ async def main():
534534
self.assertGreaterEqual(len(tasks_with_stack), 1000)
535535

536536
# the final task will have some random number, but it should for
537-
# sure be one of the echo client spam horde (In windows this is not true
538-
# for some reason)
539-
if sys.platform != "win32":
540-
self.assertEqual([[['_aexit', '__aexit__', 'echo_client_spam'], ANY]], entries[-1][2])```
537+
# sure be one of the echo client spam horde (In windows this is not true
538+
# for some reason)
539+
if sys.platform != "win32":
540+
self.assertEqual([[['_aexit', '__aexit__', 'echo_client_spam'], ANY]], entries[-1][2])
541541
except PermissionError:
542542
self.skipTest(
543543
"Insufficient permissions to read the stack trace")

0 commit comments

Comments
 (0)