mirror of
https://github.com/stablyai/orca.git
synced 2026-09-25 16:02:38 +00:00
test(omp): align legacy retirement IPC assertion with optional UUID
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user