Skip to content

Commit

Permalink
added flush to subscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Apr 5, 2024
1 parent 5986ac1 commit 62abea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/auth_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,7 @@ Deno.test("auth - mux sub ok", async () => {
msg.respond();
},
});
await sc.flush();

const response = deferred<NatsError>();
nc.request("q")
Expand Down

0 comments on commit 62abea2

Please sign in to comment.