We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e3153 commit 5cba300Copy full SHA for 5cba300
1 file changed
test/2017/day_14_test.exs
@@ -7,6 +7,6 @@ defmodule AdventOfCode.Y2017.Day14Test do
7
alias AdventOfCode.Y2017.Day14, as: Solution
8
9
test "Year 2017, Day 14 run/1" do
10
- assert Solution.run() == {8316, {:todo, 2}}
+ assert Solution.run() == {8316, 1074}
11
end
12
0 commit comments