Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
FIxed array in stitching test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Mar 10, 2020
1 parent ec29efa commit a71e3f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def issue_stitching_transaction(step, node, tag):

# Finds transaction hash and stores it in world
bundlehash = api.find_transactions(bundles=[bundle.hash])
set_previous_transaction(node, [bundlehash['hashes'][0]])
set_previous_transaction(node, bundlehash['hashes'][0])


@step(r'a transaction is issued referencing the previous transaction')
Expand Down

0 comments on commit a71e3f0

Please sign in to comment.