Skip to content

Commit 3e8ca63

Browse files
committed
fix(otel): fix syntax error in BigQueryConnectionTest after merge
1 parent 701d549 commit 3e8ca63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

java-bigquery-jdbc/src/test/java/com/google/cloud/bigquery/jdbc/BigQueryConnectionTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,8 @@ public void testConnect_withCustomOpenTelemetry_usesCustomInstance() throws Exce
488488
List<SpanData> spans = otelTesting.getSpans();
489489
assertEquals(1, spans.size());
490490
assertEquals("custom-otel-span", spans.get(0).getName());
491+
}
492+
}
491493

492494
@Test
493495
public void testConnectionPropertiesLoggingAndMasking() throws IOException, SQLException {

0 commit comments

Comments
 (0)