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() {