Skip to content

Commit

Permalink
added delay
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Apr 5, 2024
1 parent cc79e84 commit 5986ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jetstream/tests/next_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ Deno.test("next - consumer not found", async () => {
const js = nc.jetstream();
const c = await js.consumers.get("A", "a");
await c.delete();
await delay(1000);

const exited = assertRejects(
async () => {
Expand Down

0 comments on commit 5986ac1

Please sign in to comment.