mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-06 21:37:49 +00:00
config: fix tests
This commit is contained in:
@@ -204,7 +204,7 @@ test "c_get: background-blur" {
|
||||
try testing.expectEqual(20, cval);
|
||||
}
|
||||
{
|
||||
c.@"background-blur-radius" = .{ .value = 42 };
|
||||
c.@"background-blur-radius" = .{ .radius = 42 };
|
||||
var cval: u8 = undefined;
|
||||
try testing.expect(get(&c, .@"background-blur-radius", @ptrCast(&cval)));
|
||||
try testing.expectEqual(42, cval);
|
||||
|
||||
Reference in New Issue
Block a user