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