mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Updated integration tests
This commit is contained in:
@@ -692,7 +692,7 @@ describe("#Raw-Transactions", () => {
|
||||
// Integration test
|
||||
} else {
|
||||
assert.hasAllKeys(result, ["error"])
|
||||
assert.include(result.error, "transaction already in block chain")
|
||||
assert.include(result.error, "Missing inputs")
|
||||
}
|
||||
})
|
||||
})
|
||||
@@ -800,7 +800,7 @@ describe("#Raw-Transactions", () => {
|
||||
// Integration test
|
||||
} else {
|
||||
assert.hasAllKeys(result, ["error"])
|
||||
assert.include(result.error, "transaction already in block chain")
|
||||
assert.include(result.error, "Missing inputs")
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user