mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
Fixes miscommunication with ripplingDisabled in trustlines (#1481)
This commit is contained in:
@@ -27,5 +27,14 @@ export default <TestSuite>{
|
||||
|
||||
'getTrustlines - no options': async (api, address) => {
|
||||
await api.getTrustlines(address)
|
||||
}
|
||||
},
|
||||
|
||||
'getTrustlines - ripplingDisabled works properly': async (api, address) => {
|
||||
const result = await api.getTrustlines(addresses.FOURTH_ACCOUNT)
|
||||
assertResultMatch(
|
||||
result,
|
||||
RESPONSE_FIXTURES.ripplingDisabled,
|
||||
'getTrustlines'
|
||||
)
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user