| author | |
| committer | |
| log | 52acd8e5cdb106ad7f0a17105d2bd9292c23f050 |
| tree | 94b3587563aa1303561be6a00e5aa2bd97e5bfdf |
| parent | b080a6170e933ba01bf18b5bcc335c5d6c7e8fbe |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
test.zig+1-1| ... | ... | @@ -143,7 +143,7 @@ test { |
| 143 | 143 | // .{ .blob = .{ .id = "b229eadbd5d6655c2dfbaca5a5f68f2f8f3c5454" } }, |
| 144 | 144 | // .{ .blob = .{ .id = "bb3f1c135632cfca760bd84fb18acdab8dae8ec3" } }, |
| 145 | 145 | // }); |
| 146 | try expect(try extras.mapBy(alloc, t.children, .name)).toEqualStringSlice(&.{ | |
| 146 | try expect(t.children.items.name).toEqualStringSlice(&.{ | |
| 147 | 147 | ".gitattributes", |
| 148 | 148 | ".gitignore", |
| 149 | 149 | "LICENSE", |