Skip to content

Commit

Permalink
SKALE-2244 Fix dry_run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Apr 7, 2020
1 parent 3c67e72 commit c523b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contracts/base_contract_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_dry_run(skale):
active_node_ids_after = skale.nodes_data.get_active_node_ids()
assert len(active_node_ids_after) == len(active_node_ids_before)

tx_res = skale.manager.create_node(ip, port, name, dry_run=False)
tx_res = skale.manager.create_node(ip, port, name, dry_run=False, wait_for=True)

assert tx_res.hash is not None

Expand Down

0 comments on commit c523b81

Please sign in to comment.