Skip to content

Commit 7a08413

Browse files
committed
Fix broken test assertion
1 parent ba6a22d commit 7a08413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/2020/day_23_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ defmodule AdventOfCode.Y2020.Day23Test do
1212

1313
@tag :skip
1414
test "Year 2020, Day 23, Part 2" do
15-
assert Solution.run_2() == nil
15+
assert Solution.run_2() == {:not_implemented, 2}
1616
end
1717
end

0 commit comments

Comments
 (0)