Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Dec 7, 2023
1 parent 3fa5654 commit ad60a52
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ Test('Handlers test', async handlersTest => {
test.notOk('Error should not be thrown')
console.error(err)
}
testConsumer.clearEvents()
test.end()
})

Expand Down Expand Up @@ -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 {
Expand All @@ -411,6 +412,7 @@ Test('Handlers test', async handlersTest => {
test.notOk('Error should not be thrown')
console.error(err)
}
testConsumer.clearEvents()
test.end()
})

Expand Down

0 comments on commit ad60a52

Please sign in to comment.