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",