We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c9e73 commit ebb9eedCopy full SHA for ebb9eed
tests/objectbox-java-test/src/test/java/io/objectbox/converter/StringMapConverterTest.java
@@ -21,6 +21,7 @@ public void works() {
21
Map<String, String> mapWithValues = new HashMap<>();
22
mapWithValues.put("Hello", "Grüezi");
23
mapWithValues.put("💡", "Idea");
24
+ mapWithValues.put("", "Empty String Key");
25
convertAndBackThenAssert(mapWithValues);
26
}
27
0 commit comments