Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 7, 2025
1 parent eccb1f0 commit f2ac9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/logger.loglevel.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ test('Setting log level to "error" only logs error (and above)', t => {

const logger = getLogger('test-error-level');

const warningOutput = captureConsole('warn', () => {
const warningOutput = captureConsole('warning', () => {
logger.warning('Should not log at error level');
});

Expand Down

0 comments on commit f2ac9f0

Please sign in to comment.