Skip to content

Commit 35ce2b3

Browse files
committed
Fix KtConfigTest
1 parent fa7a274 commit 35ce2b3

File tree

1 file changed

+1
-1
lines changed
  • modules/config-impl/src/test/kotlin/org/polyfrost/oneconfig/api/config/v1

1 file changed

+1
-1
lines changed

modules/config-impl/src/test/kotlin/org/polyfrost/oneconfig/api/config/v1/KtConfigTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ package org.polyfrost.oneconfig.api.config.v1
2828

2929
class KtConfigTest : KtConfig("super.json", "Super Config", Config.Category.QOL) {
3030

31-
var p: String by text("amazing", "actually so cool")
31+
var p by text("amazing", "actually so cool")
3232

3333
var g by slider(0f, 100f, 5f, "great", "actually so cool")
3434
}

0 commit comments

Comments
 (0)