diff options
Diffstat (limited to 'test/system/MetricsCollectorTest.ts')
-rw-r--r-- | test/system/MetricsCollectorTest.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/MetricsCollectorTest.ts b/test/system/MetricsCollectorTest.ts index eafc77d..9a36584 100644 --- a/test/system/MetricsCollectorTest.ts +++ b/test/system/MetricsCollectorTest.ts @@ -72,7 +72,7 @@ describe( 'system.MetricsCollector captures events and pushes metrics', () => const sut = new Sut( factory, conf, emitter, timer ); - emitter.emit( 'delta-process-error' ); + emitter.emit( 'error' ); expect( counter_called ).to.be.true; |