Skip to content

Commit

Permalink
fix : 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HamBP committed Apr 20, 2024
1 parent 5aef18b commit 82774dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import io.kotest.core.config.AbstractProjectConfig
import io.kotest.core.extensions.Extension
import io.kotest.extensions.junitxml.JunitXmlReporter

class KoTestConfig : AbstractProjectConfig() {
class KotestConfig : AbstractProjectConfig() {

override fun extensions(): List<Extension> = listOf(
JunitXmlReporter(
Expand Down

0 comments on commit 82774dc

Please sign in to comment.