Skip to content

Commit

Permalink
test(mint-nft.test): change expected value in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeusgr committed Jun 22, 2023
1 parent c74db3e commit 6e470aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/mint-nft.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe("create a network with two wallets of which one has an nft", async () =
it ("docs the tx ingridients", async ({network, alice, }) => {
// https://www.hyperion-bt.org/helios-book/api/reference/address.html?highlight=Address#address
expect(alice.address.toHex().length).toBe(58)
expect((await alice.utxos)[0].value.dump().lovelace).toBe('20000000');
expect((await alice.utxos)[0].value.dump().lovelace).toBe('2000000');
expect(Object.keys((await alice.utxos)[1].value.dump().assets)[0]).toBe();
})

Expand Down

0 comments on commit 6e470aa

Please sign in to comment.