Skip to content

Commit b62471a

Browse files
author
Manolo
authored
Merge pull request #182 from bigchaindb/fix-integration-test
Problem: Test "Valid TRANSFER transaction with multiple Ed25519 inputs..." failing
2 parents 9163284 + 4639acb commit b62471a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_integration.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ test('Valid TRANSFER transaction with multiple Ed25519 inputs from different tra
145145
)
146146

147147
return conn.postTransactionCommit(transferTxSigned1)
148-
.then(conn.postTransactionCommit(transferTxSigned2))
148+
.then(() => conn.postTransactionCommit(transferTxSigned2))
149149
.then(() => {
150150
const transferTxMultipleInputs = Transaction.makeTransferTransaction(
151151
[{ tx: transferTxSigned1, output_index: 0 },

0 commit comments

Comments
 (0)