mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-12-22 16:47:15 +00:00
update kv and crud tests
This commit is contained in:
parent
f4c148bc58
commit
cc4224ea1f
@ -83,6 +83,9 @@ class CRUDTests {
|
||||
assertEquals(map.size, 0)
|
||||
assertEquals(map.size.toLong(), crudClient.count())
|
||||
assertEquals(0, crudClient.count())
|
||||
|
||||
assertEquals(map, crudClient.getAll())
|
||||
|
||||
server.stop()
|
||||
}
|
||||
}
|
||||
|
@ -133,6 +133,8 @@ class KVTests {
|
||||
crudClient.count()
|
||||
)
|
||||
|
||||
assertEquals(map, crudClient.getAll())
|
||||
|
||||
server.stop()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user