mirror of
https://github.com/InsanusMokrassar/SDI.git
synced 2025-09-07 09:09:41 +00:00
in tests was included loadModule function
This commit is contained in:
@@ -45,7 +45,7 @@ class ListTest {
|
||||
]
|
||||
}
|
||||
""".trimIndent()
|
||||
val module = Json.plain.parse(Module.serializer(), input)
|
||||
val module = loadModule(input)
|
||||
(module[controllerName] as List_ParentalAPI)
|
||||
val controller = (module[controllerName] as List_Parent)
|
||||
controller.services.forEachIndexed { i, service ->
|
||||
|
Reference in New Issue
Block a user