mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-4657: OpenFin - unregisterIntentHandler patch (#2273)
This commit is contained in:
@@ -673,7 +673,7 @@ describe('main api handler', () => {
|
||||
const spy = jest.spyOn(openfinHandler, 'unregisterIntentHandler');
|
||||
const value = {
|
||||
cmd: apiCmds.openfinUnregisterIntentHandler,
|
||||
intentName: 'ViewContact',
|
||||
uuid: 'uuid',
|
||||
};
|
||||
|
||||
ipcMain.send(apiName.symphonyApi, value);
|
||||
|
||||
Reference in New Issue
Block a user