Skip to content

Commit 2599375

Browse files
committed
update test
1 parent c45b49c commit 2599375

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/keyring-controller/src/KeyringController.test.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,9 @@ describe('KeyringController', () => {
10891089
'',
10901090
somePassword,
10911091
]),
1092-
).rejects.toThrow('Unexpected end of JSON input');
1092+
).rejects.toThrow(
1093+
'Key derivation failed - possibly wrong passphrase',
1094+
);
10931095
});
10941096
});
10951097

0 commit comments

Comments
 (0)