From 52acd8e5cdb106ad7f0a17105d2bd9292c23f050 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Wed, 22 Apr 2026 02:36:26 -0700 Subject: [PATCH] fix test from parent --- test.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.zig b/test.zig index 176c6f83072eed07027687e4831e0605d21d4a7d..cc4e7c6dbca566c942d7ae9f92f6e34e21796a44 100644 --- a/test.zig +++ b/test.zig @@ -143,7 +143,7 @@ test { // .{ .blob = .{ .id = "b229eadbd5d6655c2dfbaca5a5f68f2f8f3c5454" } }, // .{ .blob = .{ .id = "bb3f1c135632cfca760bd84fb18acdab8dae8ec3" } }, // }); - try expect(try extras.mapBy(alloc, t.children, .name)).toEqualStringSlice(&.{ + try expect(t.children.items.name).toEqualStringSlice(&.{ ".gitattributes", ".gitignore", "LICENSE", -- 2.54.0