Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzamontiel committed Jan 8, 2025
1 parent c543215 commit f1dba45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describeSuite({
assetId = registeredAssetId;

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

Expand Down

0 comments on commit f1dba45

Please sign in to comment.