Skip to content

Commit

Permalink
fix node status test
Browse files Browse the repository at this point in the history
  • Loading branch information
ramfox committed Sep 3, 2024
1 parent f459d08 commit 8669c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-js/__test__/node.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ test('node status', async (t) => {
const iroh = await Iroh.memory()
const status = await iroh.node.status()

t.is(status.version, '0.23.0')
t.is(status.version, '0.24.0')
})

0 comments on commit 8669c98

Please sign in to comment.