Remove xls20-sandbox tests (#2190)

This commit is contained in:
Jackson Mills
2023-01-27 12:39:51 -08:00
committed by GitHub
parent 45963b7035
commit 62a5b60b0d
3 changed files with 3 additions and 15 deletions

View File

@@ -26,16 +26,10 @@ describe('fundWallet', function () {
)
})
it('can generate and fund wallets on nft-devnet', async function () {
await generate_faucet_wallet_and_fund_again(
'ws://xls20-sandbox.rippletest.net:51233',
)
})
it('can generate and fund wallets using a custom host and path', async function () {
await generate_faucet_wallet_and_fund_again(
'ws://xls20-sandbox.rippletest.net:51233',
'faucet-nft.ripple.com',
'wss://s.devnet.rippletest.net:51233/',
'faucet.devnet.rippletest.net',
'/accounts',
)
})