Skip to content

Commit

Permalink
run biome check
Browse files Browse the repository at this point in the history
  • Loading branch information
SohZHong committed Oct 25, 2024
1 parent d3d3a7a commit 80ca11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokens/spl-token-minter/poseidon/tests/spl-token-minter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ describe('spl_token_minter', () => {
console.log('Token Account Info', tokenAccountInfo);
assert.equal(tokenAccountInfo.amount, BigInt(amount.toString()), 'Balance should be minted');
});
});
});

0 comments on commit 80ca11f

Please sign in to comment.