Skip to content

Commit

Permalink
remove errant 'k'
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Sep 30, 2024
1 parent d34c040 commit 83bdb4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class CodeOriginTest {

@BeforeEach
public void before() {
CoreTracer tracer = CoreTracer.builder().build();k
CoreTracer tracer = CoreTracer.builder().build();
TracerInstaller.forceInstallGlobalTracer(tracer);
tracer.addTraceInterceptor(traceInterceptor);
probeSampler = new MockSampler();
Expand Down

0 comments on commit 83bdb4e

Please sign in to comment.