diff --git a/src/commonTest/kotlin/com/insanusmokrassar/sdi/SimpleCustomObjectTest.kt b/src/commonTest/kotlin/com/insanusmokrassar/sdi/SimpleCustomObjectTest.kt index cbec7cb..6d76ace 100644 --- a/src/commonTest/kotlin/com/insanusmokrassar/sdi/SimpleCustomObjectTest.kt +++ b/src/commonTest/kotlin/com/insanusmokrassar/sdi/SimpleCustomObjectTest.kt @@ -67,12 +67,12 @@ class SimpleCustomObjectTest { } ] } - ] + ], "$customController2Name": [ "${SimpleCustomObject_CustomController2::class.qualifiedName}", { "service": { - "names": "${customNames.joinToString(prefix = "[", postfix = "]") { "\"$it\"" }} + "names": ${customNames.joinToString(prefix = "[", postfix = "]") { "\"$it\"" }} } } ]