mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
fix(ABC): fixed integration tests that broke
This commit is contained in:
@@ -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")
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user