Skip to content

Commit 013bd58

Browse files
Update packages/tracing/tests/unit/Tracer.test.ts
Co-authored-by: Sara Gerion <[email protected]>
1 parent 434327a commit 013bd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/tracing/tests/unit/Tracer.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ describe('Class: Tracer', () => {
286286

287287
});
288288

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

291291
// Prepare
292292
const tracer: Tracer = new Tracer();

0 commit comments

Comments
 (0)