Skip to content

Commit

Permalink
add test for new token balance get (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider authored Nov 14, 2024
1 parent 297f2c8 commit 7948750
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/ts/tests/globalDeposit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ async function testGlobalDeposit(): Promise<void> {
10,
'deposit global balance check',
);
assert(
global.getGlobalBalanceTokensWithDecimals(payerKeypair.publicKey, 9) == 10,
'deposit global balance with decimals check',
);
global.prettyPrint();
}

Expand Down

0 comments on commit 7948750

Please sign in to comment.