Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed Oct 16, 2024
1 parent b77dcb0 commit 8867946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Lib/test/test_asyncio/test_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,21 @@ async def main():
# awaited by
[
['T<anon>',
['a __aexit__', 'a main', 'a test_stack_tgroup'], []
['a _aexit', 'a __aexit__', 'a main', 'a test_stack_tgroup'], []
],
['T<sub_main_1>',
['a c1'],
[
['T<anon>',
['a __aexit__', 'a main', 'a test_stack_tgroup'], []
['a _aexit', 'a __aexit__', 'a main', 'a test_stack_tgroup'], []
]
]
],
['T<sub_main_2>',
['a c1'],
[
['T<anon>',
['a __aexit__', 'a main', 'a test_stack_tgroup'], []
['a _aexit', 'a __aexit__', 'a main', 'a test_stack_tgroup'], []
]
]
]
Expand Down

0 comments on commit 8867946

Please sign in to comment.