Skip to content

Commit faae616

Browse files
committed
Fixed tests
Signed-off-by: Arnau Mora <[email protected]>
1 parent 5ba663b commit faae616

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,10 @@ dependencies {
6969
implementation(libs.crowdin)
7070

7171

72-
testImplementation(kotlin("test"))
72+
testImplementation(libs.kotlin.test)
7373

7474
// Add Ktor's testing dependencies
7575
testImplementation(libs.ktor.test.server)
76-
testImplementation(libs.kotlin.test)
7776
}
7877

7978
tasks.test {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sqlite = "3.30.1"
1313
[libraries]
1414
crowdin = { module = "com.github.crowdin:crowdin-api-client-java", version.ref = "crowdin" }
1515
json = { module = "org.json:json", version.ref = "json" }
16-
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlinx-kover" }
16+
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
1717
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
1818
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
1919
ktor-server-core = { module = "io.ktor:ktor-server-core", version.ref = "ktor" }

0 commit comments

Comments
 (0)