Skip to content

Commit b61af33

Browse files
authored
Fix datastore emulator md5 checksum (#1302)
1 parent 88b8b4a commit b61af33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-datastore/src/main/java/com/google/cloud/datastore/testing/LocalDatastoreHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class LocalDatastoreHelper {
7171
private static final double DEFAULT_CONSISTENCY = 0.9;
7272
private static final String GCD_BASENAME = "cloud-datastore-emulator-" + GCD_VERSION;
7373
private static final String GCD_FILENAME = GCD_BASENAME + ".zip";
74-
private static final String MD5_CHECKSUM = "e68695ff005421ccb7144689d9633df1";
74+
private static final String MD5_CHECKSUM = "ec2237a0f0ac54964c6bd95e12c73720";
7575
private static final URL GCD_URL;
7676
private static final String GCLOUD = "gcloud";
7777
private static final Path INSTALLED_GCD_PATH;

0 commit comments

Comments
 (0)