We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974a9fe commit 7a41a2eCopy full SHA for 7a41a2e
compute/cloud-client/src/test/java/compute/disks/ConsistencyGroupIT.java
@@ -47,6 +47,7 @@ public class ConsistencyGroupIT {
47
public static void requireEnvVar(String envVarName) {
48
assertWithMessage(String.format("Missing environment variable '%s' ", envVarName))
49
.that(System.getenv(envVarName)).isNotEmpty();
50
+
51
}
52
53
@BeforeAll
0 commit comments