test(container): correct color
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m15s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m15s
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
}, .{});
|
}, .{});
|
||||||
|
|||||||
Reference in New Issue
Block a user