fix(testnet): Updating integration tests

This commit is contained in:
Chris Troutner
2020-12-11 14:59:46 -08:00
parent af8e0cdf45
commit 3d41e41192
@@ -251,7 +251,7 @@ describe("#rawtransaction", () => {
//console.log(`err: ${util.inspect(err)}`)
assert.hasAllKeys(err, ["error"])
assert.include(err.error, "bad-txns-inputs-missingorspent (code 16)")
assert.include(err.error, "Missing inputs")
}
})
@@ -268,7 +268,7 @@ describe("#rawtransaction", () => {
// console.log(`err: ${util.inspect(err)}`)
assert.hasAllKeys(err, ["error"])
assert.include(err.error, "bad-txns-inputs-missingorspent (code 16)")
assert.include(err.error, "Missing inputs")
}
})