Skip to content

Commit

Permalink
Update packages/logger/tests/unit/Logger.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sara Gerion <[email protected]>
  • Loading branch information
okoskine and saragerion authored Feb 10, 2022
1 parent 952a09e commit 9b90597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/logger/tests/unit/Logger.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ describe('Class: Logger', () => {
const logger = new Logger();

// Act
logger.addContext({ ...baseContext });
logger.addContext(baseContext);

// Assess
expect(logger).toEqual({
Expand Down

0 comments on commit 9b90597

Please sign in to comment.