There was an error while loading. Please reload this page.
1 parent ba6a22d commit 7a08413Copy full SHA for 7a08413
test/2020/day_23_test.exs
@@ -12,6 +12,6 @@ defmodule AdventOfCode.Y2020.Day23Test do
12
13
@tag :skip
14
test "Year 2020, Day 23, Part 2" do
15
- assert Solution.run_2() == nil
+ assert Solution.run_2() == {:not_implemented, 2}
16
end
17
0 commit comments