Skip to content

Commit

Permalink
Merge branch 'main' into update_queue
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Feb 9, 2023
2 parents 6005e19 + 74e2941 commit 4da56a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_auto_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ async def add_label2() -> None:
await asyncio.sleep(0.5)

screen.open('/')
screen.wait(0.5)
background_tasks.create(add_label1())
background_tasks.create(add_label2())
screen.should_contain('1')
Expand Down

0 comments on commit 4da56a1

Please sign in to comment.