Skip to content

Commit c1686bc

Browse files
committed
✅ update test description for Utils.merge to reflect correct types
1 parent 699ab05 commit c1686bc

File tree

1 file changed

+1
-1
lines changed
  • qs-kotlin/src/test/kotlin/io/github/techouse/qskotlin/unit

1 file changed

+1
-1
lines changed

qs-kotlin/src/test/kotlin/io/github/techouse/qskotlin/unit/UtilsSpec.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ class UtilsSpec :
368368
}
369369

370370
context("Utils.merge") {
371-
test("merges SplayTreeMap with List") {
371+
test("merges Map with List") {
372372
Utils.merge(mapOf(0 to "a"), listOf(Undefined(), "b")) shouldBe
373373
mapOf(0 to "a", 1 to "b")
374374
}

0 commit comments

Comments
 (0)