Forgot to stub out one method for the test

This commit is contained in:
Kovid Goyal
2024-01-25 14:18:09 +05:30
parent cd30de3727
commit d6e55f72c0
2 changed files with 8 additions and 5 deletions

View File

@@ -553,6 +553,9 @@ class TestKeys(BaseTest):
def set_ignore_os_keyboard_processing(self, on: bool) -> None:
pass
def set_cocoa_global_shortcuts(self, opts):
return {}
def get_options(self):
return self.options