Skip to content

Commit 4221721

Browse files
chore: generate libraries at Fri May 9 05:49:15 UTC 2025
1 parent 479b6d5 commit 4221721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/OpenTelemetryBuiltInMetricsTracerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public void testMetricsSingleUseQuery() {
191191
assertNotNull(attemptCountMetricData);
192192
assertThat(getAggregatedValue(attemptCountMetricData, expectedAttributes)).isEqualTo(1);
193193

194-
assertFalse(
194+
assertFalse(
195195
checkIfMetricExists(metricReader, BuiltInMetricsConstant.GFE_CONNECTIVITY_ERROR_NAME));
196196
assertFalse(
197197
checkIfMetricExists(metricReader, BuiltInMetricsConstant.AFE_CONNECTIVITY_ERROR_NAME));

0 commit comments

Comments
 (0)