Skip to content

Commit

Permalink
Merge pull request #182 from bigchaindb/fix-integration-test
Browse files Browse the repository at this point in the history
Problem: Test "Valid TRANSFER transaction with multiple Ed25519 inputs..." failing
  • Loading branch information
Manolo committed Jun 1, 2018
2 parents 9163284 + 4639acb commit b62471a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit b62471a

Please sign in to comment.