chore: port web3.js to solana-test-validator
This commit is contained in:
committed by
mergify[bot]
parent
efc091e28a
commit
fd7d2f82ae
@ -1388,8 +1388,8 @@ test('get supply', async () => {
|
||||
const supply = (await connection.getSupply()).value;
|
||||
expect(supply.total).toBeGreaterThan(0);
|
||||
expect(supply.circulating).toBeGreaterThan(0);
|
||||
expect(supply.nonCirculating).toBeGreaterThan(0);
|
||||
expect(supply.nonCirculatingAccounts.length).toBeGreaterThan(0);
|
||||
expect(supply.nonCirculating).toBeGreaterThanOrEqual(0);
|
||||
expect(supply.nonCirculatingAccounts.length).toBeGreaterThanOrEqual(0);
|
||||
});
|
||||
|
||||
test('get performance samples', async () => {
|
||||
|
Reference in New Issue
Block a user