Skip to content

Commit

Permalink
feat(cancelVesting): submit tx and tick and query the wallet
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
  • Loading branch information
aleeusgr committed May 24, 2023
1 parent af8f71d commit ee83e60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/helios-vesting-cancel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,9 @@ describe("a vesting contract: Cancel transaction", async () => {
const networkParams = new NetworkParams(JSON.parse(networkParamsFile.toString()));

await tx.finalize(networkParams, ownerAddress, [spareUtxo]);
const txId = await network.submitTx(tx);
network.tick(BigInt(10));

expect(alice.utxos).toBe()
})
})

0 comments on commit ee83e60

Please sign in to comment.