fix tests

This commit is contained in:
Richard Holland
2022-02-18 13:25:02 +00:00
parent 9325e11b14
commit 642ebf34cd
6 changed files with 43 additions and 17 deletions

View File

@@ -35,7 +35,7 @@ require('./utils-tests.js').TestRig('ws://localhost:6005').then(t=>
Fee: "100000"
}, {wallet: account}).then(x=>
{
t.assertTxnFailure(x)
t.assertTxnSuccess(x)
console.log(x);
process.exit(0);
}).catch(t.err);