Skip to content

Commit ae53758

Browse files
committed
💡 add reference comment for Utils.merge test case
1 parent 3110a8f commit ae53758

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,8 @@ class QsParserSpec :
987987
}
988988
}
989989

990+
/// Ported from
991+
// https://github.com/atek-software/qsparser/blob/main/src/test/java/ro/atek/qsparser/UtilsTest.java
990992
describe("Utils.merge") {
991993
it("should merge with null values") {
992994
Utils.merge(null, listOf(42)) shouldBe listOf(null, 42)

0 commit comments

Comments
 (0)