diff options
author | Austin Schaffer <austin.schaffer@ryansg.com> | 2019-12-17 11:46:34 -0500 |
---|---|---|
committer | Austin Schaffer <austin.schaffer@ryansg.com> | 2019-12-17 11:59:06 -0500 |
commit | 699ee29a953b9b509979a503e70ae3a5fcf7ace7 (patch) | |
tree | fab1f2a4d21ddd4fd744b888d51320c170779109 /test/system/EventMediatorTest.ts | |
parent | 542745da8a4c3a808ad8e692e335de4e5d9e9aba (diff) | |
download | liza-699ee29a953b9b509979a503e70ae3a5fcf7ace7.tar.gz liza-699ee29a953b9b509979a503e70ae3a5fcf7ace7.tar.bz2 liza-699ee29a953b9b509979a503e70ae3a5fcf7ace7.zip |
[DEV-5312] Use formatted time when logging events
Diffstat (limited to 'test/system/EventMediatorTest.ts')
-rw-r--r-- | test/system/EventMediatorTest.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/EventMediatorTest.ts b/test/system/EventMediatorTest.ts index abfbef8..cf854b6 100644 --- a/test/system/EventMediatorTest.ts +++ b/test/system/EventMediatorTest.ts @@ -26,7 +26,7 @@ import { expect } from 'chai'; import { PsrLogger } from '../../src/system/PsrLogger'; -describe( 'system.EventLogger captures and logs events', () => +describe( 'system.EventMediator captures and logs events', () => { it( 'document-processed triggers log#notice', () => { |