File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
src/test/kotlin/de/ronny_h/aoc Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ dependencies {
1212
1313 // for tapSystemOut
1414 testImplementation(" com.github.stefanbirkner:system-lambda:1.2.1" )
15- testImplementation(" io.kotest:kotest-runner-junit5:5.9.1" )
15+ testImplementation(" io.kotest:kotest-runner-junit5:6.0.0" )
16+ testImplementation(" io.kotest:kotest-assertions-table:6.0.0" )
1617 testRuntimeOnly(" ch.qos.logback:logback-classic:1.5.18" )
1718}
1819
Original file line number Diff line number Diff line change 11package de.ronny_h.aoc.extensions
22
33import io.kotest.core.spec.style.StringSpec
4- import io.kotest.data.blocking. forAll
4+ import io.kotest.data.forAll
55import io.kotest.data.row
66import io.kotest.matchers.collections.shouldContainExactlyInAnyOrder
77import io.kotest.matchers.shouldBe
Original file line number Diff line number Diff line change 11package de.ronny_h.aoc.extensions
22
33import io.kotest.core.spec.style.StringSpec
4- import io.kotest.data.blocking. forAll
4+ import io.kotest.data.forAll
55import io.kotest.data.row
66import io.kotest.matchers.shouldBe
77
Original file line number Diff line number Diff line change 11package de.ronny_h.aoc.year2017.day04
22
33import io.kotest.core.spec.style.StringSpec
4- import io.kotest.data.blocking. forAll
4+ import io.kotest.data.forAll
55import io.kotest.data.row
66import io.kotest.matchers.shouldBe
77
You can’t perform that action at this time.
0 commit comments