Skip to content

Commit

Permalink
expect balance diff
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzamontiel committed Jan 8, 2025
1 parent 1424ca3 commit 2dfd940
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ describeSuite({
);
assetId = registeredAssetId;

await verifyLatestBlockFees(context);
// Expect a balance diff after creating an asset due to the deposit
let assetCreationDeposit = 100;
await verifyLatestBlockFees(context, BigInt(assetCreationDeposit));
});

it({
Expand Down

0 comments on commit 2dfd940

Please sign in to comment.