File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ dependencies {
6868 testImplementation (libs.spock)
6969 testImplementation (platform(libs.kotest.bom))
7070 testImplementation (libs.kotest.runner)
71- testImplementation (libs.kotest.datatest )
71+ testImplementation (libs.kotest.table )
7272 testImplementation (libs.mockk)
7373 testImplementation (libs.logback)
7474 testImplementation (libs.jimfs)
@@ -86,7 +86,7 @@ dependencies {
8686 testIntImplementation (libs.spock)
8787 testIntImplementation (platform(libs.kotest.bom))
8888 testIntImplementation (libs.kotest.runner)
89- testIntImplementation (libs.kotest.datatest )
89+ testIntImplementation (libs.kotest.table )
9090 testIntImplementation (libs.mockk)
9191 testIntImplementation (libs.logback)
9292 testIntImplementation (libs.jimfs)
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ logback = "ch.qos.logback:logback-classic:1.5.18"
3333
3434kotest-bom = " io.kotest:kotest-bom:6.0.3"
3535kotest-runner = { module = " io.kotest:kotest-runner-junit5" }
36- kotest-datatest = { module = " io.kotest:kotest-framework-datatest " }
36+ kotest-table = { module = " io.kotest:kotest-assertions-table " }
3737mockk = " io.mockk:mockk:1.14.5"
3838
3939groovy-bom = " org.apache.groovy:groovy-bom:4.0.28"
You can’t perform that action at this time.
0 commit comments