Skip to content

Commit

Permalink
Add unit tests coverage
Browse files Browse the repository at this point in the history
Signed-off-by: suranjay <surajkumar.tu@gmail.com>
  • Loading branch information
suranjay committed Jun 26, 2023
1 parent 4157401 commit 01acc4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 56 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public void testGetTracerWithTracingDisabledReturnsNoopTracer() {

Tracer tracer = tracerFactory.getTracer();
assertTrue(tracer instanceof NoopTracer);
assertTrue(tracer.startSpan("foo") == Scope.NO_OP);
}

public void testGetTracerWithTracingEnabledReturnsDefaultTracer() {
Expand Down

0 comments on commit 01acc4a

Please sign in to comment.