mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-23 20:02:23 +00:00
Format:fix
This commit is contained in:
parent
9e54503d1b
commit
fa8df5cc0b
1 changed files with 3 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue