fix: broken tests

This commit is contained in:
CJ van den Berg 2025-12-02 12:40:08 +01:00
parent 764a8cce41
commit 9dd12ad7dc
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -985,7 +985,7 @@ test "match" {
}
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('k'));
_ = try bindings.process_key_event(input.KeyEvent.from_key('g'));