fix(ABC): fixed integration tests that broke

This commit is contained in:
Chris Troutner
2020-12-05 12:23:41 -08:00
parent 5949e0f6f8
commit 28f08f02ac
+2 -2
View File
@@ -244,7 +244,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, "bad-txns-inputs-missingorspent")
}
})
@@ -261,7 +261,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, "bad-txns-inputs-missingorspent")
}
})