Skip to content

Commit d528a89

Browse files
Update exporters/zipkin/src/test/java/io/opentelemetry/exporter/zipkin/ZipkinSpanExporterTest.java
Co-authored-by: Adrian Cole <[email protected]>
1 parent a00e2ec commit d528a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporters/zipkin/src/test/java/io/opentelemetry/exporter/zipkin/ZipkinSpanExporterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ void stringRepresentation() {
251251
}
252252

253253
@Test
254-
void testSuppressInstrumentation() {
254+
void suppressInstrumentation() {
255255
TestSpanData testSpanData = spanBuilder().build();
256256

257257
SuppressCatchingSender suppressCatchingSender = new SuppressCatchingSender(Encoding.JSON);

0 commit comments

Comments
 (0)