mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-12-26 18:47:17 +00:00
Update MapDiffUtilsTests.kt
This commit is contained in:
parent
ac34050285
commit
3573b2c558
@ -11,7 +11,7 @@ class MapDiffUtilsTests {
|
||||
@Test
|
||||
fun testMapDiffRemoved() {
|
||||
val oldMap = mapOf("a" to 1, "b" to 2, "c" to 3)
|
||||
val newMap = mapOf("a" to 1, "c" to 3, "d" to 4)
|
||||
val newMap = mapOf("a" to 1, "c" to 3)
|
||||
|
||||
val diff = oldMap.diff(newMap)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user