mirror of https://github.com/grpc/grpc-node.git
Remove test for exact default logger identity
This commit is contained in:
parent
a0f298c514
commit
6359bf066f
|
@ -27,10 +27,6 @@ describe('Logging', () => {
|
||||||
grpc.setLogVerbosity(grpc.logVerbosity.DEBUG);
|
grpc.setLogVerbosity(grpc.logVerbosity.DEBUG);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('logger defaults to console', () => {
|
|
||||||
assert.strictEqual(logging.getLogger(), console);
|
|
||||||
});
|
|
||||||
|
|
||||||
it('sets the logger to a new value', () => {
|
it('sets the logger to a new value', () => {
|
||||||
const logger: Partial<Console> = {};
|
const logger: Partial<Console> = {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue