Merge pull request #182 from bigchaindb/fix-integration-test

Problem: Test "Valid TRANSFER transaction with multiple Ed25519 inputs..." failing
This commit is contained in:
Manolo 2018-06-01 14:30:15 +02:00 committed by GitHub
commit b62471a709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ test('Valid TRANSFER transaction with multiple Ed25519 inputs from different tra
)
return conn.postTransactionCommit(transferTxSigned1)
.then(conn.postTransactionCommit(transferTxSigned2))
.then(() => conn.postTransactionCommit(transferTxSigned2))
.then(() => {
const transferTxMultipleInputs = Transaction.makeTransferTransaction(
[{ tx: transferTxSigned1, output_index: 0 },