We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1930ce0 commit 248b167Copy full SHA for 248b167
1 file changed
test/2024/day_12_test.exs
@@ -7,6 +7,6 @@ defmodule AdventOfCode.Y2024.Day12Test do
7
alias AdventOfCode.Y2024.Day12, as: Solution
8
9
test "Year 2024, Day 12 run/1" do
10
- assert Solution.run() == {1_304_764, nil}
+ assert Solution.run() == {1_304_764, 811_148}
11
end
12
0 commit comments