Skip to content

Commit d7a2a88

Browse files
committed
fix
1 parent 9d39ec5 commit d7a2a88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/IntegrationTestEnv.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ protected void before() throws Throwable {
110110

111111
SpannerOptions options = config.spannerOptions();
112112
String instanceProperty = System.getProperty(TEST_INSTANCE_PROPERTY, "");
113-
instanceProperty = "projects/span-cloud-testing/instances/alka-testing";
114113
InstanceId instanceId;
115114
if (!instanceProperty.isEmpty() && !alwaysCreateNewInstance) {
116115
instanceId = InstanceId.of(instanceProperty);

0 commit comments

Comments
 (0)