drone config and doc generation

This commit is contained in:
nitowa
2022-02-01 17:16:31 +01:00
parent 6540060942
commit 898cad5f55
4 changed files with 96 additions and 4 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ describe('XRPIO', () => {
let treeRoot
it(`can tree write (${TEST_DATA.length} bytes)`, async function (){
this.timeout(10000)
treeRoot = await treeWrite(api, TEST_DATA, sendWallet, receiveWallet.address)
treeRoot = await treeWrite(api, TEST_DATA, {address: "123", secret: "123"}, receiveWallet.address)
})
it('can tree read', async function() {