Skip to content

Commit

Permalink
add test for new token balance get
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider committed Nov 14, 2024
1 parent aedf5f5 commit 5fbdd23
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 5fbdd23

Please sign in to comment.