Skip to content

Commit 952a09e

Browse files
okoskinedreamorosi
andauthored
Update packages/logger/tests/unit/Logger.test.ts
Co-authored-by: Andrea Amorosi <dreamorosi@gmail.com>
1 parent d82c4ae commit 952a09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/logger/tests/unit/Logger.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ describe('Class: Logger', () => {
494494
});
495495
});
496496

497-
test('user-provided context object is not mutated', () => {
497+
test('when called with a context object, the object is not mutated', () => {
498498

499499
// Prepare
500500
const logger = new Logger();

0 commit comments

Comments
 (0)