mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix segmentation fault
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user