fix segmentation fault

This commit is contained in:
Will McGugan
2022-08-17 10:06:25 +01:00
parent d7656abb82
commit 11191b2109
3 changed files with 4 additions and 3 deletions

View File

@@ -77,3 +77,5 @@ async def test_screens():
# Check we can't pop last screen
with pytest.raises(ScreenStackError):
app.pop_screen()
await app.shutdown()