Skip to content

Commit

Permalink
fix KotextConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud authored and nodh committed Jun 7, 2024
1 parent 1ccf492 commit 3bcd09e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vclib-aries/src/commonTest/kotlin/KotestConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import io.github.aakira.napier.DebugAntilog
import io.github.aakira.napier.Napier
import io.kotest.core.config.AbstractProjectConfig

object KotestConfig : AbstractProjectConfig() {
class KotestConfig : AbstractProjectConfig() {
init {
Napier.takeLogarithm()
Napier.base(DebugAntilog())
Expand Down
2 changes: 1 addition & 1 deletion vclib-openid/src/commonTest/kotlin/KotestConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import io.github.aakira.napier.DebugAntilog
import io.github.aakira.napier.Napier
import io.kotest.core.config.AbstractProjectConfig

object KotestConfig : AbstractProjectConfig() {
class KotestConfig : AbstractProjectConfig() {
init {
Napier.takeLogarithm()
Napier.base(DebugAntilog())
Expand Down
2 changes: 1 addition & 1 deletion vclib/src/commonTest/kotlin/KotestConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import io.github.aakira.napier.DebugAntilog
import io.github.aakira.napier.Napier
import io.kotest.core.config.AbstractProjectConfig

object KotestConfig : AbstractProjectConfig() {
class KotestConfig : AbstractProjectConfig() {
init {
Napier.base(DebugAntilog())
}
Expand Down

0 comments on commit 3bcd09e

Please sign in to comment.