Skip to content

Commit bd39ae9

Browse files
chore: generate libraries at Mon Nov 10 10:37:33 UTC 2025
1 parent f762e8f commit bd39ae9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITBuiltInMetricsTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ public void testBuiltinMetricsWithDefaultOTEL() throws Exception {
153153

154154
private boolean isAfeMetricEnabled() {
155155
String jobType = System.getenv("JOB_TYPE");
156-
return !Strings.isNullOrEmpty(jobType)
157-
&& jobType.contains("devel");
156+
return !Strings.isNullOrEmpty(jobType) && jobType.contains("devel");
158157
}
159158
}

0 commit comments

Comments
 (0)