Fix test_split_count after _handle_key merge

This commit is contained in:
Florian Bruhin 2018-02-27 16:03:09 +01:00
parent c3485821c7
commit fdc2458657

View File

@ -84,7 +84,7 @@ def test_split_count(config_stub, key_config_stub,
kp._read_config('normal')
for info in keyseq(input_key):
kp._handle_key(info.to_event())
kp.handle(info.to_event())
assert kp._count == count
assert kp._sequence == keyseq(command)