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 a075882 commit bddb530Copy full SHA for bddb530
test/e2e/declare_consumer.test.ts
@@ -96,7 +96,6 @@ describe("declare consumer", () => {
96
)
97
await eventually(() => expect(messages).eql([Buffer.from("hello")]))
98
99
- // await consumer.close(false)
100
await client.close({ closingCode: 0, closingReason: "", manuallyClose: false })
101
102
await eventually(() => expect(called).true)
0 commit comments