Fix tests

This commit is contained in:
Edwin Jakobs
2023-03-18 20:59:04 +01:00
parent 84e623c3e8
commit 23247e5044
3 changed files with 4 additions and 3 deletions

View File

@@ -25,8 +25,6 @@ kotlin {
val jvmTest by getting {
dependencies {
implementation(libs.kluent)
implementation(libs.spek.dsl)
runtimeOnly(libs.spek.junit5)
runtimeOnly(libs.kotlin.reflect)
}
}