Fix another test by using the new KeySequence
This commit is contained in:
parent
dc66ec5d8c
commit
9b4da25578
@ -131,5 +131,5 @@ def test_parse(keystr, expected):
|
||||
('control+x', 'ctrl+x')
|
||||
])
|
||||
def test_normalize_keystr(orig, repl):
|
||||
assert keyutils.normalize_keystr(orig) == repl
|
||||
assert keyutils.KeySequence(orig) == repl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user