Skip to content

Commit

Permalink
feat: Change the error message to `Ledger Ethereum app closed. Open i…
Browse files Browse the repository at this point in the history
…t to unlock.`
  • Loading branch information
dawnseeker8 committed Jul 12, 2024
1 parent c75965d commit 27bbbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ledger-keyring.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ describe('LedgerKeyring', function () {
keyring.setHdPath(`m/44'/60'/0'/0`);
jest.spyOn(bridge, 'getPublicKey').mockRejectedValue('Some error');
await expect(keyring.unlock()).rejects.toThrow(
'ULedger Ethereum app closed. Open it to unlock.',
'Ledger Ethereum app closed. Open it to unlock.',
);
});

Expand Down

0 comments on commit 27bbbcd

Please sign in to comment.