fix: update keybind test case for zig-0.15
This commit is contained in:
parent
f90d486eae
commit
65414d2d73
1 changed files with 1 additions and 1 deletions
|
@ -804,7 +804,7 @@ test "parse" {
|
||||||
const actual: []const KeyEvent = parsed;
|
const actual: []const KeyEvent = parsed;
|
||||||
try expectEqual(expected.len, actual.len);
|
try expectEqual(expected.len, actual.len);
|
||||||
for (expected, 0..) |expected_event, i| {
|
for (expected, 0..) |expected_event, i| {
|
||||||
try std.testing.expectFmt(expected_event, "{}", .{actual[i]});
|
try std.testing.expectFmt(expected_event, "{f}", .{actual[i]});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue