We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c33c6 commit 0a17cf6Copy full SHA for 0a17cf6
1 file changed
src/test/java/com/googlecode/objectify/test/integration/TestApp.java
@@ -67,7 +67,7 @@ public static class Value {
67
}
68
69
// Verifies correctly loading NullValue embedded in a Map
70
- public void testLoadingNullEmbeddedMapValueUsingObjectifyV6() {
+ public void testLoadingNullEmbeddedMapValue() {
71
String rawDatastoreDocId = "EmbeddedMapNullValue_rawDatastoreDoc";
72
com.google.cloud.datastore.Key rawDatastoreKey = getDatastoreKey(rawDatastoreDocId);
73
0 commit comments