Format:fix

This commit is contained in:
Christopher Hoskin 2020-06-30 13:56:13 +01:00
parent 9e54503d1b
commit fa8df5cc0b

View file

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