We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d160d8c commit 0aecb35Copy full SHA for 0aecb35
1 file changed
src/test/java/com/googlecode/objectify/test/integration/TestApp.java
@@ -257,7 +257,8 @@ private com.google.cloud.datastore.Key getDatastoreKey(String id) {
257
258
public static void main(String[] args) throws InterruptedException {
259
TestApp test = new TestApp();
260
- // test.testLoadingNullEmbeddedMapValueUsingObjectifyV6();
+ // This verifies fix for https://github.com/objectify/objectify/issues/506
261
+ test.testLoadingNullEmbeddedMapValue();
262
// test.testLoadingEmbeddedMapNullValue();
263
// test.testSavingNullListValue();
264
// test.testSavingEmptyList();
0 commit comments