Skip to content

Commit 6e1eda0

Browse files
Update packages/logger/tests/unit/Logger.test.ts
Co-authored-by: Andrea Amorosi <[email protected]>
1 parent f4f80ab commit 6e1eda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/logger/tests/unit/Logger.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ describe('Class: Logger', () => {
638638

639639
describe('Method: appendKeys', () => {
640640

641-
test('when called, it populates the logger\'s propriety persistentLogAttributes ', () => {
641+
test('when called, it populates the logger\'s persistentLogAttributes property', () => {
642642

643643
// Prepare
644644
const logger = new Logger();

0 commit comments

Comments
 (0)