Skip to content

Commit f298802

Browse files
committed
Fix broken test
1 parent 0eaa552 commit f298802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/declare_consumer.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ describe("declare consumer", () => {
244244
it("messageAnnotations with bytes are read correctly", async () => {
245245
const messageAnnotations: MessageAnnotations[] = []
246246
const annotations = { test: new AmqpByte(123) }
247+
await rabbit.createStream("testQ")
247248
await client.declareConsumer(
248249
{ stream: "testQ", offset: Offset.next(), consumerRef: "test" },
249250
(message: Message) => {

0 commit comments

Comments
 (0)