Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
renauter committed Nov 27, 2023
1 parent 67da247 commit 8503144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate-node/tests/SubstrateNetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def setup_multi_node_network(self, log_name: str = "", amt: int = 1):
rmtree(output_dir_network, ignore_errors=True)

port = 30333
rpc_port = 994
rpc_port = 9944

if amt == 1:
log_file_alice = join(output_dir_network, "node_alice.log")
Expand Down

0 comments on commit 8503144

Please sign in to comment.