Skip to content

Commit

Permalink
Fix test result for part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
code-shoily committed Dec 18, 2023
1 parent cf55048 commit 7c0d971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/2019/day_05_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ defmodule AdventOfCode.Y2019.Day05Test do
alias AdventOfCode.Y2019.Day05, as: Solution

test "Year 2019, Day 5" do
assert Solution.run() == {6_745_903, {:todo, 2}}
assert Solution.run() == {6_745_903, nil}
end
end

0 comments on commit 7c0d971

Please sign in to comment.