Skip to content

Commit 4c668bf

Browse files
committed
update test
1 parent ed2a4a7 commit 4c668bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,9 @@ describe('KeyringController', () => {
11151115
'',
11161116
somePassword,
11171117
]),
1118-
).rejects.toThrow('Unexpected end of JSON input');
1118+
).rejects.toThrow(
1119+
'Key derivation failed - possibly wrong passphrase',
1120+
);
11191121
});
11201122
});
11211123

0 commit comments

Comments
 (0)