test(container): correct color
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m15s

This commit is contained in:
2025-02-25 18:46:06 +01:00
parent 9a3bc3dbf7
commit 8c130a40d7

View File

@@ -217,7 +217,7 @@ pub const Border = packed struct {
var container: Container(event.SystemEvent) = try .init(std.testing.allocator, .{ var container: Container(event.SystemEvent) = try .init(std.testing.allocator, .{
.border = .{ .border = .{
.color = .blue, .color = .green,
.sides = .horizontal, .sides = .horizontal,
}, },
}, .{}); }, .{});