Skip to content

Commit bf4f299

Browse files
Fixed code
1 parent bffce81 commit bf4f299

File tree

1 file changed

+1
-2
lines changed
  • compute/cloud-client/src/test/java/compute/disks

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ public static void setup()
110110
Util.cleanUpExistingSnapshots("gcloud-test-snapshot-", PROJECT_ID);
111111
Util.cleanUpExistingRegionalDisks("gcloud-test-disk-", PROJECT_ID, REGION);
112112
Util.cleanUpExistingRegionalDisks("gcloud-test-disk-rattach-", PROJECT_ID, REGION);
113-
114113
// Create disk from image.
115114
Image debianImage = null;
116115
try (ImagesClient imagesClient = ImagesClient.create()) {
@@ -248,7 +247,7 @@ public static void createZonalDisk()
248247
}
249248

250249
public static void createRegionalDisk()
251-
throws IOException, ExecutionException, InterruptedException, TimeoutException {
250+
throws IOException, ExecutionException, InterruptedException, TimeoutException {
252251
String diskType = String.format("regions/%s/diskTypes/pd-balanced", REGION);
253252

254253
RegionalCreateFromSource.createRegionalDisk(PROJECT_ID, REGION, replicaZones,

0 commit comments

Comments
 (0)