From 9045ff05cfcababdbdd3ed21f2dc9f79ba7c1a71 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 14 Sep 2026 12:56:54 -0700 Subject: [PATCH] test(omp): align legacy retirement IPC assertion with optional UUID --- src/main/ipc/agent-hooks.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/ipc/agent-hooks.test.ts b/src/main/ipc/agent-hooks.test.ts index f8e3420720a..fe488b087c5 100644 --- a/src/main/ipc/agent-hooks.test.ts +++ b/src/main/ipc/agent-hooks.test.ts @@ -444,7 +444,7 @@ describe('agent pane authority IPC', () => { onHandlers.get('agentStatus:retirePaneAuthority')!({}, PANE_KEY) - expect(retirePaneAuthority).toHaveBeenCalledWith(PANE_KEY) + expect(retirePaneAuthority).toHaveBeenCalledWith(PANE_KEY, undefined) expect(clearMigrationUnsupportedPtysForPaneKey).toHaveBeenCalledWith(PANE_KEY) })