We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e39c5e commit a0de66bCopy full SHA for a0de66b
tests/producer.test.js
@@ -225,7 +225,6 @@ const adminUrl = 'http://localhost:8080';
225
console.log(`Successfully received and verified ${receivedMessages.size} messages from ${expectedPartitionName}.`);
226
await producer.close();
227
await consumer.close();
228
- await client.close();
229
}, 30000);
230
231
test('Custom Message Router Exception', async () => {
@@ -248,7 +247,6 @@ const adminUrl = 'http://localhost:8080';
248
247
).rejects.toThrow('Custom router error');
249
250
251
252
253
});
254
0 commit comments