authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-04-22 02:36:26 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-04-22 02:36:26 -07:00
log52acd8e5cdb106ad7f0a17105d2bd9292c23f050
tree94b3587563aa1303561be6a00e5aa2bd97e5bfdf
parentb080a6170e933ba01bf18b5bcc335c5d6c7e8fbe
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

fix test from parent


1 files changed, 1 insertions(+), 1 deletions(-)

test.zig+1-1
......@@ -143,7 +143,7 @@ test {
143143 // .{ .blob = .{ .id = "b229eadbd5d6655c2dfbaca5a5f68f2f8f3c5454" } },
144144 // .{ .blob = .{ .id = "bb3f1c135632cfca760bd84fb18acdab8dae8ec3" } },
145145 // });
146 try expect(try extras.mapBy(alloc, t.children, .name)).toEqualStringSlice(&.{
146 try expect(t.children.items.name).toEqualStringSlice(&.{
147147 ".gitattributes",
148148 ".gitignore",
149149 "LICENSE",