File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
google-cloud-datastore/src/main/java/com/google/cloud/datastore/testing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ public class LocalDatastoreHelper extends BaseEmulatorHelper<DatastoreOptions> {
5757 private static final String GCLOUD_CMD_TEXT = "gcloud beta emulators datastore start" ;
5858 private static final String GCLOUD_CMD_PORT_FLAG = "--host-port=" ;
5959 private static final String VERSION_PREFIX = "cloud-datastore-emulator " ;
60- private static final String MIN_VERSION = "1. 2.0" ;
60+ private static final String MIN_VERSION = "2.0.2 " ;
6161
6262 // Downloadable emulator settings
6363 private static final String BIN_NAME = "cloud-datastore-emulator/cloud_datastore_emulator" ;
6464 private static final String FILENAME = "cloud-datastore-emulator-" + MIN_VERSION + ".zip" ;
65- private static final String MD5_CHECKSUM = "ec2237a0f0ac54964c6bd95e12c73720 " ;
65+ private static final String MD5_CHECKSUM = "e0d1170519cf52e2e5f9f93892cdf70c " ;
6666 private static final String BIN_CMD_PORT_FLAG = "--port=" ;
6767 private static final URL EMULATOR_URL ;
6868 private static final String EMULATOR_URL_ENV_VAR = "DATASTORE_EMULATOR_URL" ;
You can’t perform that action at this time.
0 commit comments