From 46b22b30c7f39443953c4856f96675552bc85540 Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Tue, 11 Aug 2020 09:46:52 +0100 Subject: [PATCH] Fix test description --- libraries/logger/test/unit/loggingManagerTests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) })