fix missing export
This commit is contained in:
+4
-3
@@ -89,12 +89,13 @@ describe('XRPIO', () => {
|
||||
it('treeRead XL', async function(){
|
||||
// this.skip()
|
||||
this.timeout(450000)
|
||||
txHash = await api.treeRead([txHash])
|
||||
expect(txHash).to.exist
|
||||
expect(txHash).to.be.equal(htmlTxt)
|
||||
const data = await api.treeRead([txHash])
|
||||
expect(data).to.exist
|
||||
expect(data).to.be.equal(htmlTxt)
|
||||
})
|
||||
|
||||
it('print open handles', function(){
|
||||
wtf.dump()
|
||||
console.log(txHash)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user