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 b0c2ea0 commit c7afbb1Copy full SHA for c7afbb1
src/test/kotlin/com/github/kotlinhandson/aoc/Day01Test.kt
@@ -9,8 +9,8 @@ class Day01Test : DayTest() {
9
10
@Test
11
override fun `Part 1`() {
12
- assertEquals(0, day.part1("test_input")) // check against test input
13
- assertEquals(0, day.part1()) // check solution against input data
+ assertEquals(0, day.part1("test_input")) // check against test input
+ assertEquals(0, day.part1()) // check solution against input data
14
}
15
16
0 commit comments