File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def test_lsps_service_disabled(node_factory):
1919 l1 .daemon .is_in_log ("`lsps-service` not enabled" )
2020
2121
22- @unittest .skipUnless (RUST , ' RUST is not enabled' )
22+ @unittest .skipUnless (RUST , " RUST is not enabled" )
2323def test_lsps0_listprotocols (node_factory ):
2424 l1 , l2 = node_factory .get_nodes (
2525 2 ,
@@ -69,7 +69,7 @@ def test_lsps2_getinfo(node_factory):
6969 "experimental-lsps2-promise-secret" : "0" * 64 ,
7070 "plugin" : plugin ,
7171 },
72- ]
72+ ],
7373 )
7474
7575 node_factory .join_nodes ([l1 , l2 ], fundchannel = False )
@@ -91,7 +91,7 @@ def test_lsps2_buy(node_factory):
9191 "experimental-lsps2-promise-secret" : "0" * 64 ,
9292 "plugin" : plugin ,
9393 },
94- ]
94+ ],
9595 )
9696
9797 # We don't need a channel to query for lsps services
You can’t perform that action at this time.
0 commit comments