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 1ba9939 commit d3fa752
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 @@ -247,7 +247,7 @@ describe('LedgerMobileBridge', function () {
});

describe('closeApps', function () {
it('transport command should send correctly', async function () {
it('sends the `closeApps` transport command correctly', async function () {
await bridge.closeApps();
expect(mockEthApp.closeApps).toHaveBeenCalledTimes(1);
});
Expand Down

0 comments on commit d3fa752

Please sign in to comment.