authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-05-07 01:02:14 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-05-07 01:02:14 -07:00
log0332280cf015fe079b771cd3f29a7408c1f1e71f
treeebeaf299e88623b1ba32ff74ea1e3a909614a8b3
parentc95c2301565603856ff6fcaecaa63bdcdd689bc1

fix test failure


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

src/joinPartial.zig+1-1
...@@ -26,7 +26,7 @@ test {...@@ -26,7 +26,7 @@ test {
26 .{26 .{
27 .a = 5,27 .a = 5,
28 .b = 9,28 .b = 9,
29 .c = 1,29 .c = null,
30 },30 },
31 ));31 ));
32}32}