test: integration tests for Payment (#1635)

* test payment

* use new helper function elsewhere

* remove unneeded comment
This commit is contained in:
Mayukha Vadari
2021-09-21 15:02:45 -04:00
parent 6eec7b0b77
commit dac8c27b49
4 changed files with 41 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
import _ from 'lodash'
import { SignerListSet } from 'xrpl-local/models/transactions'
import { SignerListSet } from 'xrpl-local'
import serverUrl from '../serverUrl'
import { setupClient, suiteClientSetup, teardownClient } from '../setup'