From fa8df5cc0b7fd91a06481369486f659535fa734d Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Tue, 30 Jun 2020 13:56:13 +0100 Subject: [PATCH] Format:fix --- libraries/logger/test/unit/loggingManagerTests.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libraries/logger/test/unit/loggingManagerTests.js b/libraries/logger/test/unit/loggingManagerTests.js index d236776a81..f40163e5af 100644 --- a/libraries/logger/test/unit/loggingManagerTests.js +++ b/libraries/logger/test/unit/loggingManagerTests.js @@ -290,7 +290,9 @@ describe('LoggingManager', function() { describe('checkLogLevel', function() { it('should request log level override from the config map', function() { this.logger.checkLogLevel() - this.Fs.readFile.should.have.been.calledWithMatch('/logging/tracingEndTime') + this.Fs.readFile.should.have.been.calledWithMatch( + '/logging/tracingEndTime' + ) }) describe('when read errors', function() {