Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jun 10, 2024
1 parent 7954364 commit 0d8cd21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/keyring-controller/src/KeyringController.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,9 @@ describe('KeyringController', () => {
'',
somePassword,
]),
).rejects.toThrow('Unexpected end of JSON input');
).rejects.toThrow(
'Key derivation failed - possibly wrong passphrase',
);
});
});

Expand Down

0 comments on commit 0d8cd21

Please sign in to comment.