Skip to content

Commit d01048d

Browse files
committed
remove assertion for logger.enabled function
1 parent c142ab3 commit d01048d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/parallel/test-log-basic.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ describe('Logger', () => {
6565
assert.strictEqual(typeof logger.warn, 'function');
6666
assert.strictEqual(typeof logger.error, 'function');
6767
assert.strictEqual(typeof logger.fatal, 'function');
68-
assert.strictEqual(typeof logger.enabled, 'function');
6968
assert.strictEqual(typeof logger.child, 'function');
7069
});
7170
});

0 commit comments

Comments
 (0)