This commit is contained in:
Will McGugan
2023-02-13 15:12:02 +00:00
parent c7e5ac14fb
commit 4cdc139853
2 changed files with 4 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ async def test_screens():
app.push_screen("screen3")
assert app.screen_stack == [screen2, screen3]
assert app.screen is screen3
# Only the current screen is in children_view
# Only the current screen is in children
assert app.children == (screen3,)
# Pop a screen