Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Dec 23, 2024
1 parent ed2a4a7 commit 4c668bf
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 @@ -1115,7 +1115,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 4c668bf

Please sign in to comment.