Skip to content

Commit 8258333

Browse files
Fixed code
1 parent 4998477 commit 8258333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compute/cloud-client/src/test/java/compute/disks/HyperdisksIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ public static void setUp()
6262
throws IOException, ExecutionException, InterruptedException, TimeoutException {
6363
requireEnvVar("GOOGLE_APPLICATION_CREDENTIALS");
6464
requireEnvVar("GOOGLE_CLOUD_PROJECT");
65-
Util.cleanUpExistingStoragePool("test-storage-", PROJECT_ID, ZONE);
65+
Util.cleanUpExistingStoragePool("ttest-storage-pool-enc-", PROJECT_ID, ZONE);
6666
Util.cleanUpExistingDisks("test-hyperdisk-enc-", PROJECT_ID, ZONE);
67-
Util.cleanUpExistingStoragePool("test-storage-", PROJECT_ID, "us-west1-a");
67+
Util.cleanUpExistingStoragePool("test-storage-pool-enc-", PROJECT_ID, "us-west1-a");
6868
Util.cleanUpExistingDisks("test-hyperdisk-enc-", PROJECT_ID, "us-west1-a");
6969
}
7070

0 commit comments

Comments
 (0)