Skip to content

Commit 9800313

Browse files
committed
Update tests
1 parent 3f32d70 commit 9800313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/snaps-controllers/src/snaps/SnapController.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11535,12 +11535,12 @@ describe('SnapController', () => {
1153511535
const callActionSpy = jest.spyOn(messenger, 'call');
1153611536

1153711537
messenger.call('SnapController:revokeDynamicPermissions', MOCK_SNAP_ID, [
11538-
'eth_accounts',
11538+
'endowment:caip25',
1153911539
]);
1154011540

1154111541
expect(callActionSpy).toHaveBeenCalledWith(
1154211542
'PermissionController:revokePermissions',
11543-
{ [MOCK_SNAP_ID]: ['eth_accounts'] },
11543+
{ [MOCK_SNAP_ID]: ['endowment:caip25'] },
1154411544
);
1154511545

1154611546
snapController.destroy();

0 commit comments

Comments
 (0)