mirror of
https://github.com/InsanusMokrassar/SDI.git
synced 2024-11-23 10:38:52 +00:00
fixes in tests
This commit is contained in:
parent
dc71996546
commit
d7b02fc691
@ -67,12 +67,12 @@ class SimpleCustomObjectTest {
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"$customController2Name": [
|
||||
"${SimpleCustomObject_CustomController2::class.qualifiedName}",
|
||||
{
|
||||
"service": {
|
||||
"names": "${customNames.joinToString(prefix = "[", postfix = "]") { "\"$it\"" }}
|
||||
"names": ${customNames.joinToString(prefix = "[", postfix = "]") { "\"$it\"" }}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user