Skip to content

Commit 0a17cf6

Browse files
committed
test: fixing test name
1 parent 39c33c6 commit 0a17cf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/test/java/com/googlecode/objectify/test/integration

src/test/java/com/googlecode/objectify/test/integration/TestApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static class Value {
6767
}
6868

6969
// Verifies correctly loading NullValue embedded in a Map
70-
public void testLoadingNullEmbeddedMapValueUsingObjectifyV6() {
70+
public void testLoadingNullEmbeddedMapValue() {
7171
String rawDatastoreDocId = "EmbeddedMapNullValue_rawDatastoreDoc";
7272
com.google.cloud.datastore.Key rawDatastoreKey = getDatastoreKey(rawDatastoreDocId);
7373

0 commit comments

Comments
 (0)