Skip to content

Commit

Permalink
corrections in the test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
milanaleksic committed Dec 9, 2023
1 parent 1302058 commit 628f485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/day9.zig
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ test "part 1 full" {
defer data.deinit();

const testValue: i64 = try part1(std.testing.allocator, data.lines);
try std.testing.expectEqual(testValue, 27059);
try std.testing.expectEqual(testValue, 1647269739);
}

pub fn part2(allocator: std.mem.Allocator, list: std.ArrayList([]const u8)) !i64 {
Expand Down

0 comments on commit 628f485

Please sign in to comment.