Skip to content

Commit

Permalink
fix BN variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf committed Jan 24, 2025
1 parent 8c698d5 commit de249ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account/src/providers/provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2387,7 +2387,7 @@ describe('Provider', () => {
});

test('should ensure getBalance and getBalances can return u128 amounts ', async () => {
const fundingAmount = 2 ** 63;
const fundingAmount = bn(2).pow(63);
const maxU64 = bn('0xFFFFFFFFFFFFFFFF');

using launched = await setupTestProviderAndWallets({
Expand Down

0 comments on commit de249ef

Please sign in to comment.