Merge pull request #41 from Permissionless-Software-Foundation/ct-unstable

fix(integration tests): Updating testnet integration tests
This commit is contained in:
Chris Troutner
2020-10-29 08:08:17 -07:00
committed by GitHub
+2 -2
View File
@@ -278,7 +278,7 @@ describe("#rawtransaction", () => {
//console.log(`err: ${util.inspect(err)}`)
assert.hasAllKeys(err, ["error"])
assert.include(err.error, "Missing inputs")
assert.include(err.error, "bad-txns-inputs-missingorspent (code 16)")
}
})
@@ -295,7 +295,7 @@ describe("#rawtransaction", () => {
// console.log(`err: ${util.inspect(err)}`)
assert.hasAllKeys(err, ["error"])
assert.include(err.error, "Missing inputs")
assert.include(err.error, "bad-txns-inputs-missingorspent (code 16)")
}
})