Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lbqds committed Oct 24, 2024
1 parent 7f1c34f commit 7de598b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/test/wallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('ledger wallet', () => {
const transport = await createTransport()
const app = new AlephiumApp(transport)
const version = await app.getVersion()
expect(version).toBe('0.4.0')
expect(version).toBe('0.4.1')
await app.close()
})

Expand Down

0 comments on commit 7de598b

Please sign in to comment.