Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod committed Sep 29, 2023
1 parent 08d9d35 commit 8b707bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .zombienet-tests/0002-checkBalance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ export async function run(_nodeName: string, networkInfo: any) {
console.log("-------> result: ", result)
aliceBalance = result?.data?.free
console.log("-------> aliceBalance: ", aliceBalance)
resolve(chainHeadFollower.unfollow())
})
}

resolve(chainHeadFollower.unfollow())
})
.catch((err) => console.log("error", err))
chainHeadFollower.unpin([latestFinalized])
Expand Down

0 comments on commit 8b707bb

Please sign in to comment.