Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Nov 25, 2024
1 parent 142b731 commit 346e411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests_zemu/tests/standard.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
******************************************************************************* */

import Zemu, { ButtonKind, zondaxMainmenuNavigation, isTouchDevice } from '@zondax/zemu'
import { ACCOUNT_ID, PEN_PATH, defaultOptions, models, txBlobExample } from './common'
import { ACCOUNT_ID, PEN_PATH, defaultOptions, models /*, txBlobExample*/ } from './common'
import { PenumbraApp } from '@zondax/ledger-penumbra'

jest.setTimeout(60000)
Expand Down Expand Up @@ -177,8 +177,8 @@ describe('Standard', function () {
const resp2 = await resp

console.log(resp2)

} finally {
await sim.close()
}
})
})

0 comments on commit 346e411

Please sign in to comment.