Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jun 23, 2024
1 parent 217ffdc commit 4cd3c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests_cln.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fn test_cln() {
cln_client.pay(&ldk_invoice.to_string(), Default::default()).unwrap();
common::expect_event!(node, PaymentReceived);

node.close_channel(&user_channel_id, cln_node_id, false).unwrap();
node.close_channel(&user_channel_id, cln_node_id).unwrap();
common::expect_event!(node, ChannelClosed);
node.stop().unwrap();
}

0 comments on commit 4cd3c7d

Please sign in to comment.