diff --git a/libraries/logger/test/unit/loggingManagerTests.js b/libraries/logger/test/unit/loggingManagerTests.js index 23438a673a..c543b6321b 100644 --- a/libraries/logger/test/unit/loggingManagerTests.js +++ b/libraries/logger/test/unit/loggingManagerTests.js @@ -99,7 +99,7 @@ describe('LoggingManager', function () { ) }) - it('should not run getTracingEndTime', function () { + it('should not run checkLogLevel', function () { this.checkLogLevelStub.should.not.have.been.called }) })