Skip to content

Commit fa704f2

Browse files
committed
Upgrade Kotest to 6.0.3 in libs.versions.toml.
1 parent 02591e7 commit fa704f2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

kotest-native/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotest = "6.0.2"
2+
kotest = "6.0.3"
33
kotlin = "2.2.10"
44
ksp = "2.2.10-2.0.2"
55

kotest-native/src/nativeTest/kotlin/io/kotest/examples/native/SsnTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package io.kotest.examples.native
22

33
import io.kotest.core.spec.style.FunSpec
44
import io.kotest.matchers.shouldBe
5-
import kotlinx.coroutines.delay
65

76
class SsnTest : FunSpec() {
87
init {
@@ -18,7 +17,6 @@ class SsnTest : FunSpec() {
1817
}
1918

2019
test("ssn should be in the accepted format") {
21-
delay(22)
2220
validateSocial("") shouldBe false
2321
validateSocial("123-45-678") shouldBe false
2422
validateSocial("12-45-6789") shouldBe false

0 commit comments

Comments
 (0)