This commit is contained in:
Will McGugan
2022-09-02 10:26:32 +01:00
parent e51ebab345
commit cb0c3d94b6
6 changed files with 27 additions and 27 deletions

View File

@@ -169,7 +169,7 @@ class AppTest(App):
await let_asyncio_process_some_events()
def on_exception(self, error: Exception) -> None:
def _handle_exception(self, error: Exception) -> None:
# In tests we want the errors to be raised, rather than printed to a Console
raise error