From ad60a5264d18386f3b0f1fa1afea590120f8bbaf Mon Sep 17 00:00:00 2001 From: Kevin Leyow Date: Wed, 6 Dec 2023 19:12:49 -0500 Subject: [PATCH] test --- test/integration-override/handlers/transfers/handlers.test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/integration-override/handlers/transfers/handlers.test.js b/test/integration-override/handlers/transfers/handlers.test.js index 9d733f241..daeded04f 100644 --- a/test/integration-override/handlers/transfers/handlers.test.js +++ b/test/integration-override/handlers/transfers/handlers.test.js @@ -362,6 +362,7 @@ Test('Handlers test', async handlersTest => { test.notOk('Error should not be thrown') console.error(err) } + testConsumer.clearEvents() test.end() }) @@ -397,7 +398,7 @@ Test('Handlers test', async handlersTest => { test.notOk('Error should not be thrown') console.error(err) } - + testConsumer.clearEvents() await Producer.produceMessage(td.messageProtocolFulfil, td.topicConfTransferFulfil, fulfilConfig) try { @@ -411,6 +412,7 @@ Test('Handlers test', async handlersTest => { test.notOk('Error should not be thrown') console.error(err) } + testConsumer.clearEvents() test.end() })