Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Nov 15, 2024
1 parent cdb4e87 commit 0f6db0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ describe('LedgerMobileBridge', function () {
});

it('throws error when transport.deviceModel is not set', async function () {
// @ts-ignore `deviceModel` must be null to validate this test case
// @ts-expect-error `deviceModel` must be null to validate this test case
mockTransport.deviceModel = null;
await expect(
bridge.updateTransportMethod(mockTransport as unknown as Transport),
Expand Down

0 comments on commit 0f6db0e

Please sign in to comment.