Update things
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package be.vandewalleh.aoc.days
|
||||
|
||||
import be.vandewalleh.aoc.utils.input.Input
|
||||
import org.assertj.core.api.Assertions.assertThat
|
||||
import org.junit.jupiter.params.ParameterizedTest
|
||||
import org.junit.jupiter.params.provider.CsvSource
|
||||
@@ -20,7 +19,7 @@ class Day13Test {
|
||||
)
|
||||
@ParameterizedTest
|
||||
fun examples(buses: String, answer: Long) {
|
||||
val input = Input(listOf("", buses))
|
||||
val input = listOf("", buses)
|
||||
assertThat(Day13(input).part2()).isEqualTo(answer)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user