Skip to content

Commit c7afbb1

Browse files
committed
minor updates
1 parent b0c2ea0 commit c7afbb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/kotlin/com/github/kotlinhandson/aoc/Day01Test.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ class Day01Test : DayTest() {
99

1010
@Test
1111
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
12+
assertEquals(0, day.part1("test_input")) // check against test input
13+
assertEquals(0, day.part1()) // check solution against input data
1414
}
1515

1616
@Test

0 commit comments

Comments
 (0)