Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit bd39ae9

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)