mirror of
https://github.com/InsanusMokrassar/SDI.git
synced 2025-09-08 01:29:18 +00:00
fixes in tests
This commit is contained in:
@@ -67,12 +67,12 @@ class SimpleCustomObjectTest {
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"$customController2Name": [
|
||||
"${SimpleCustomObject_CustomController2::class.qualifiedName}",
|
||||
{
|
||||
"service": {
|
||||
"names": "${customNames.joinToString(prefix = "[", postfix = "]") { "\"$it\"" }}
|
||||
"names": ${customNames.joinToString(prefix = "[", postfix = "]") { "\"$it\"" }}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user