chore: modify https test and add run-all dep (#16124)

This commit is contained in:
Justin Starry
2021-03-25 17:18:00 +08:00
committed by GitHub
parent cc980cb638
commit 602d0ca52d
3 changed files with 241 additions and 105 deletions

View File

@ -2303,7 +2303,7 @@ describe('Connection', () => {
});
it('https request', async () => {
const connection = new Connection('https://devnet.solana.com');
const connection = new Connection('https://api.mainnet-beta.solana.com');
const version = await connection.getVersion();
expect(version['solana-core']).to.be.ok;
});