Skip to content

Commit e71858a

Browse files
Fixed code
1 parent 109dafa commit e71858a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
@Timeout(value = 6, unit = TimeUnit.MINUTES)
4444
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
4545
public class HyperdisksIT {
46+
4647
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
4748
private static final String ZONE = "us-central1-b";
4849
private static final String HYPERDISK_NAME = "test-hyperdisk-enc-" + UUID.randomUUID();

0 commit comments

Comments
 (0)