Skip to content

Commit ebb9eed

Browse files
StringMapConverter: test empty key.
1 parent 44c9e73 commit ebb9eed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/objectbox-java-test/src/test/java/io/objectbox/converter/StringMapConverterTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public void works() {
2121
Map<String, String> mapWithValues = new HashMap<>();
2222
mapWithValues.put("Hello", "Grüezi");
2323
mapWithValues.put("💡", "Idea");
24+
mapWithValues.put("", "Empty String Key");
2425
convertAndBackThenAssert(mapWithValues);
2526
}
2627

0 commit comments

Comments
 (0)