We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb5a6b commit 9684c4cCopy full SHA for 9684c4c
2024/ruby/test/day05_test.rb
@@ -5,7 +5,7 @@
5
6
class TestDay05 < Minitest::Test
7
def test_part1
8
- assert_equal 143, Day05.part1('data/day05/example')
+ assert_equal 142, Day05.part1('data/day05/example')
9
assert_equal 5964, Day05.part1('data/day05/input')
10
end
11
0 commit comments