Skip to content

Commit 7a41a2e

Browse files
Fixed test
1 parent 974a9fe commit 7a41a2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public class ConsistencyGroupIT {
4747
public static void requireEnvVar(String envVarName) {
4848
assertWithMessage(String.format("Missing environment variable '%s' ", envVarName))
4949
.that(System.getenv(envVarName)).isNotEmpty();
50+
5051
}
5152

5253
@BeforeAll

0 commit comments

Comments
 (0)