Skip to content

Commit 3b42407

Browse files
authored
Update test/unit/logging-tests.js
1 parent 60d87a2 commit 3b42407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/logging-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Client = require("../../lib/client");
1010
// Because `tracing` has a single global subscriber per process, all tests
1111
// share that subscriber. However, `setupLogging` now registers a
1212
// *per-client* callback and returns an id. We register in `before` and
13-
// unregister in `after` so each `describe` block gets a clean slate.
13+
// unregister in `after` so each `describe` block gets a clean state.
1414
// ---------------------------------------------------------------------------
1515

1616
const allEvents = [];

0 commit comments

Comments
 (0)