From a5d59bd486e7cc01767e92dcfb9422907cb984b1 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 11 Dec 2021 16:09:32 +0100 Subject: [PATCH] command: Fix tests not working after ping changed --- commando/test_commando.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commando/test_commando.py b/commando/test_commando.py index 4f50600..eb8c398 100755 --- a/commando/test_commando.py +++ b/commando/test_commando.py @@ -23,7 +23,7 @@ def test_add_reader_restrictions(): def test_commando(node_factory): - l1, l2 = node_factory.line_graph(2, fundchannel=False) + l1, l2 = node_factory.line_graph(2, fundchannel=True) l1.rpc.plugin_start(plugin_path, commando_reader=l2.info['id']) l2.rpc.plugin_start(plugin_path)