mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 20:35:39 -06:00
test(discord): scope continuity reset regression
This commit is contained in:
@@ -3376,11 +3376,6 @@ describe("DiscordVoiceManager", () => {
|
||||
bridgeParams?.onEvent?.({ direction: "client", type: "session.continuity.reset" });
|
||||
bridgeParams?.onTranscript?.("user", "Hey, Molty", false);
|
||||
expect(wakeAckCount()).toBe(1);
|
||||
|
||||
bridgeParams?.onEvent?.({ direction: "server", type: "response.done" });
|
||||
bridgeParams?.onEvent?.({ direction: "client", type: "session.continuity.reset" });
|
||||
bridgeParams?.onTranscript?.("user", "Hey, Molty", false);
|
||||
expect(wakeAckCount()).toBe(2);
|
||||
});
|
||||
|
||||
it("treats a bare wake name as an activation for the next realtime transcript", async () => {
|
||||
|
||||
Reference in New Issue
Block a user