Skip to content

Commit 3838a7c

Browse files
committed
test: can't use kotlin.* package prefix
1 parent 48345be commit 3838a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/tests/example_project/app/src/test/kotlin/org/example/KotestDescribeExample.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
package kotlin.org.example
2+
package org.example
33

44
import io.kotest.core.spec.style.DescribeSpec
55
import io.kotest.matchers.collections.shouldHaveSize

0 commit comments

Comments
 (0)