diff --git a/tests/test_binding_inheritance.py b/tests/test_binding_inheritance.py index 074600cbb..945d80b33 100644 --- a/tests/test_binding_inheritance.py +++ b/tests/test_binding_inheritance.py @@ -587,7 +587,7 @@ class PriorityOverlapApp(AppKeyRecorder): Binding("f", "record('app_f')", "f", priority=False), ] - SCREENS = {"main": PriorityOverlapScreen()} + SCREENS = {"main": PriorityOverlapScreen} def on_mount(self) -> None: self.push_screen("main")