Fix test description

This commit is contained in:
Christopher Hoskin 2020-08-11 09:46:52 +01:00
parent 3a2ff4e7b5
commit 46b22b30c7

View file

@ -99,7 +99,7 @@ describe('LoggingManager', function () {
) )
}) })
it('should not run getTracingEndTime', function () { it('should not run checkLogLevel', function () {
this.checkLogLevelStub.should.not.have.been.called this.checkLogLevelStub.should.not.have.been.called
}) })
}) })