mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 09:12:05 -07:00
Compare commits
2
Commits
basic-auth-only
...
bchn
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bddff1f9bd | ||
|
|
c927763849 |
@@ -1005,7 +1005,7 @@ describe('#Raw-Transactions', () => {
|
|||||||
// Integration test
|
// Integration test
|
||||||
} else {
|
} else {
|
||||||
assert.hasAllKeys(result, ['error'])
|
assert.hasAllKeys(result, ['error'])
|
||||||
assert.include(result.error, 'bad-txns-inputs-missingorspent')
|
assert.include(result.error, 'Missing inputs')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
@@ -1160,7 +1160,7 @@ describe('#Raw-Transactions', () => {
|
|||||||
// Integration test
|
// Integration test
|
||||||
} else {
|
} else {
|
||||||
assert.hasAllKeys(result, ['error'])
|
assert.hasAllKeys(result, ['error'])
|
||||||
assert.include(result.error, 'bad-txns-inputs-missingorspent')
|
assert.include(result.error, 'Missing inputs')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user