Skip to content

Commit

Permalink
test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Nov 26, 2023
1 parent ef052cd commit 229c583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clojure/tests/solutions_tests.clj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"██ ████ ██ ██████ ██ ██ ██ ██ ██ ████ "))


(check-day 1 [24000 45000] [70369 203002])
(check-day 1 [24000 45001] [70369 203002])
(check-day 2 [15 12] [13005 11373])
(check-day 3 [157 70] [8515 2434])
(check-day 4 [2 4] [569 936])
Expand All @@ -55,7 +55,7 @@
(check-day 16 [1651 1707] [1880 2520])
(check-day 17 [3068 1514285714288] [3232 1585632183915])
(check-day 18 [64 58] [3326 1996])
(check-day 19 [33 3472] [994 15960])
(check-day 19 [33 3472] [994 15961])
(check-day 20 [3 1623178306] [5904 8332585833851])
(check-day 21 [152 301] [63119856257960 3006709232464])
(check-day 22 [8048 8048] [13566 11451]) ; hardcoded for real input --> wrong test results
Expand Down

0 comments on commit 229c583

Please sign in to comment.