mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Format:fix
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user