Skip to content

Commit fb4a71d

Browse files
test(voice): include false interruption forwarding
1 parent 87223ae commit fb4a71d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

agents/src/voice/remote_session.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ beforeAll(() => {
3131
// close: an `on` added without its `off` leaks a handler across reconnects and
3232
// only shows up as a mismatch between these two.
3333
const FORWARDED_EVENTS = new Set([
34+
'agent_false_interruption',
3435
'agent_state_changed',
3536
'conversation_item_added',
3637
'debug_message',

0 commit comments

Comments
 (0)