[layouts] make integration test pass on Windows

This commit is contained in:
Olivier Philippon
2022-05-06 16:15:03 +01:00
parent 2d25807f49
commit 7843683f5c
2 changed files with 28 additions and 11 deletions

View File

@@ -80,7 +80,7 @@ class AppTest(App):
def run(self):
raise NotImplementedError(
"Use `async with my_test_app.get_running_state()` rather than `my_test_app.run()`"
"Use `async with my_test_app.in_running_state()` rather than `my_test_app.run()`"
)
@property