Skip to content

Commit

Permalink
Update src/ledger-mobile-bridge.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Gustavo Antunes <[email protected]>
  • Loading branch information
dawnseeker8 and gantunesr authored Jun 14, 2024
1 parent c106d7b commit d25cec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ledger-mobile-bridge.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ describe('LedgerMobileBridge', function () {
);
});

it('throw error when middleware is not initialized', async function () {
it('throws error when middleware is not initialized', async function () {
bridge = new LedgerMobileBridge(
null as unknown as LedgerTransportMiddleware,
);
Expand Down

0 comments on commit d25cec3

Please sign in to comment.