Skip to content

Commit 7cbbcd1

Browse files
committed
Formatted test file
1 parent 649ffd2 commit 7cbbcd1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/test/kotlin/ExampleTest.kt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import io.kotest.core.spec.style.StringSpec
22
import io.kotest.matchers.shouldBe
33

4-
class ExampleTest : StringSpec(
5-
{
6-
"hello" {
7-
1 shouldBe 1
8-
}
9-
}
10-
)
4+
class ExampleTest : StringSpec({
5+
"hello" {
6+
1 shouldBe 1
7+
}
8+
})

0 commit comments

Comments
 (0)