Skip to content

Commit 5986ac1

Browse files
committed
added delay
1 parent cc79e84 commit 5986ac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jetstream/tests/next_test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Deno.test("next - consumer not found", async () => {
132132
const js = nc.jetstream();
133133
const c = await js.consumers.get("A", "a");
134134
await c.delete();
135+
await delay(1000);
135136

136137
const exited = assertRejects(
137138
async () => {

0 commit comments

Comments
 (0)