Skip to content

Commit 62abea2

Browse files
committed
added flush to subscribe
1 parent 5986ac1 commit 62abea2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/auth_test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,7 @@ Deno.test("auth - mux sub ok", async () => {
930930
msg.respond();
931931
},
932932
});
933+
await sc.flush();
933934

934935
const response = deferred<NatsError>();
935936
nc.request("q")

0 commit comments

Comments
 (0)