Skip to content

Commit 248b167

Browse files
committed
Fix missing test
1 parent 1930ce0 commit 248b167

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/2024/day_12_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ defmodule AdventOfCode.Y2024.Day12Test do
77
alias AdventOfCode.Y2024.Day12, as: Solution
88

99
test "Year 2024, Day 12 run/1" do
10-
assert Solution.run() == {1_304_764, nil}
10+
assert Solution.run() == {1_304_764, 811_148}
1111
end
1212
end

0 commit comments

Comments
 (0)