Skip to content

Commit

Permalink
Make test method package private
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Sep 2, 2024
1 parent 4aa663c commit fc67a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public boolean isOnEndingRequired() {
}

@Test
public void extendedSpanProcessorUsage() {
void extendedSpanProcessorUsage() {
InMemorySpanExporter exporter = InMemorySpanExporter.create();

try (SdkTracerProvider tracerProvider =
Expand Down

0 comments on commit fc67a4d

Please sign in to comment.