Skip to content

Commit 6805955

Browse files
1 parent f5f9849 commit 6805955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎google-cloud-storage/src/test/java/com/google/cloud/storage/it/ITStorageTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3564,8 +3564,8 @@ public void testBucketLocationType() throws ExecutionException, InterruptedExcep
35643564
public void testBucketLocationDualRegion() {
35653565
String bucketName = RemoteStorageHelper.generateBucketName();
35663566
String dualRegionLocation = "US-EAST1+US-WEST1";
3567-
Bucket bucket = storage.create(BucketInfo.newBuilder(bucketName)
3568-
.setLocation(dualRegionLocation).build());
3567+
Bucket bucket =
3568+
storage.create(BucketInfo.newBuilder(bucketName).setLocation(dualRegionLocation).build());
35693569
assertEquals(bucket.getLocation(), dualRegionLocation);
35703570
assertEquals(bucket.getLocationType(), "dual-region");
35713571
}

0 commit comments

Comments
 (0)