Skip to content

Commit

Permalink
Update tests/test_screens.py
Browse files Browse the repository at this point in the history
Co-authored-by: Rodrigo Girão Serrão <[email protected]>
  • Loading branch information
willmcgugan and rodrigogiraoserrao authored Oct 9, 2023
1 parent 1130fda commit 5133d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_screens.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ async def action_exit(self) -> None:

results.clear()
app = ScreensApp()
# Press X to exit, then Y to dismiss, expect False result
# Press X to exit, then N to dismiss, expect False result
async with app.run_test() as pilot:
await pilot.press("x", "n")
assert results == [False]
Expand Down

0 comments on commit 5133d5f

Please sign in to comment.