Fix test_split_count after _handle_key merge
This commit is contained in:
parent
c3485821c7
commit
fdc2458657
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user