We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d3a7a commit 80ca11fCopy full SHA for 80ca11f
tokens/spl-token-minter/poseidon/tests/spl-token-minter.ts
@@ -51,4 +51,4 @@ describe('spl_token_minter', () => {
51
console.log('Token Account Info', tokenAccountInfo);
52
assert.equal(tokenAccountInfo.amount, BigInt(amount.toString()), 'Balance should be minted');
53
});
54
-});
+});
0 commit comments