mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-12-21 21:55:45 +00:00
complete improvements in repos ktor parts
This commit is contained in:
@@ -22,8 +22,8 @@ import kotlin.test.*
|
||||
class KVTests {
|
||||
@OptIn(ExperimentalCoroutinesApi::class)
|
||||
@Test
|
||||
fun testCRUDFunctions() {
|
||||
runTest() {
|
||||
fun testKVFunctions() {
|
||||
runTest {
|
||||
val map = mutableMapOf<Int, ComplexData>()
|
||||
val repo = MapKeyValueRepo<Int, ComplexData>(map)
|
||||
val server = io.ktor.server.engine.embeddedServer(
|
||||
|
||||
Reference in New Issue
Block a user