Skip to content

Commit 0d8cd21

Browse files
committed
update test
1 parent 7954364 commit 0d8cd21

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
@@ -1097,7 +1097,9 @@ describe('KeyringController', () => {
10971097
'',
10981098
somePassword,
10991099
]),
1100-
).rejects.toThrow('Unexpected end of JSON input');
1100+
).rejects.toThrow(
1101+
'Key derivation failed - possibly wrong passphrase',
1102+
);
11011103
});
11021104
});
11031105

0 commit comments

Comments
 (0)