Skip to content

Commit

Permalink
Update packages/tracing/tests/unit/Tracer.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sara Gerion <[email protected]>
  • Loading branch information
dreamorosi and saragerion authored Jan 10, 2022
1 parent 434327a commit 013bd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tracing/tests/unit/Tracer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ describe('Class: Tracer', () => {

});

test('when called and no segment is returned, while Tracer is active, it throws an error', () => {
test('when called and no segment is returned, while tracing is enabled, it throws an error', () => {

// Prepare
const tracer: Tracer = new Tracer();
Expand Down

0 comments on commit 013bd58

Please sign in to comment.