fix: broken tests
This commit is contained in:
parent
764a8cce41
commit
9dd12ad7dc
1 changed files with 1 additions and 1 deletions
|
|
@ -985,7 +985,7 @@ test "match" {
|
||||||
}
|
}
|
||||||
|
|
||||||
test "json" {
|
test "json" {
|
||||||
var bindings: BindingSet = .{ .name = "test", .selection_style = .normal };
|
var bindings: BindingSet = .{ .name = "test", .config_section = "test_section", .selection_style = .normal };
|
||||||
_ = try bindings.process_key_event(input.KeyEvent.from_key('j'));
|
_ = try bindings.process_key_event(input.KeyEvent.from_key('j'));
|
||||||
_ = try bindings.process_key_event(input.KeyEvent.from_key('k'));
|
_ = try bindings.process_key_event(input.KeyEvent.from_key('k'));
|
||||||
_ = try bindings.process_key_event(input.KeyEvent.from_key('g'));
|
_ = try bindings.process_key_event(input.KeyEvent.from_key('g'));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue