Skip to content

Commit 20dabaf

Browse files
committed
lsp_plugin: format test file
autoformat on save complained about the formatting. Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
1 parent e9f0a68 commit 20dabaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_cln_lsps.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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")
2323
def 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

0 commit comments

Comments
 (0)