fixes in tests

This commit is contained in:
InsanusMokrassar 2019-11-28 11:32:28 +06:00
parent dc71996546
commit d7b02fc691

View File

@ -67,12 +67,12 @@ class SimpleCustomObjectTest {
}
]
}
]
],
"$customController2Name": [
"${SimpleCustomObject_CustomController2::class.qualifiedName}",
{
"service": {
"names": "${customNames.joinToString(prefix = "[", postfix = "]") { "\"$it\"" }}
"names": ${customNames.joinToString(prefix = "[", postfix = "]") { "\"$it\"" }}
}
}
]