Skip to content

Commit 349934a

Browse files
committed
pytest: add missing test description
1 parent 6a03a8c commit 349934a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_splice.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ def test_easy_splice_out_into_channel(node_factory, bitcoind, chainparams):
723723
@pytest.mark.openchannel('v2')
724724
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
725725
def test_spliceout_exceeds_channel_balance(node_factory):
726+
"""Test splicing out more than the channel balance fails"""
726727
l1, l2 = node_factory.line_graph(2, fundamount=1000000, wait_for_announce=True,
727728
opts={'experimental-splicing': None})
728729
with pytest.raises(RpcError):

0 commit comments

Comments
 (0)