Fix another test by using the new KeySequence

This commit is contained in:
Fritz Reichwald 2018-01-07 00:11:47 +01:00
parent dc66ec5d8c
commit 9b4da25578

View File

@ -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