Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidson-Souza committed Apr 30, 2024
1 parent 6ffc353 commit 117072e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_framework/test_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run_node(self, datadir: str, net: str):
"--",
"--network",
net
], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
])
self.nodes.append(FlorestaRPC(node))

def wait_for_rpc_connection(self):
Expand Down

0 comments on commit 117072e

Please sign in to comment.