Skip to content

Commit 5cba300

Browse files
committed
Update test
1 parent e5e3153 commit 5cba300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/2017/day_14_test.exs

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

99
test "Year 2017, Day 14 run/1" do
10-
assert Solution.run() == {8316, {:todo, 2}}
10+
assert Solution.run() == {8316, 1074}
1111
end
1212
end

0 commit comments

Comments
 (0)