mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Merge pull request #1091 from TheBlueMatt/2021-09-997-winblowz
Fix windows-only test failure added in #997
This commit is contained in:
commit
34dd7c5cbb
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ mod tests {
|
||||||
let nodes = create_network(2, &node_cfgs, &node_chanmgrs);
|
let nodes = create_network(2, &node_cfgs, &node_chanmgrs);
|
||||||
let chan = create_announced_chan_between_nodes(&nodes, 0, 1, InitFeatures::known(), InitFeatures::known());
|
let chan = create_announced_chan_between_nodes(&nodes, 0, 1, InitFeatures::known(), InitFeatures::known());
|
||||||
nodes[1].node.force_close_channel(&chan.2).unwrap();
|
nodes[1].node.force_close_channel(&chan.2).unwrap();
|
||||||
|
check_closed_event!(nodes[1], 1, ClosureReason::HolderForceClosed);
|
||||||
let mut added_monitors = nodes[1].chain_monitor.added_monitors.lock().unwrap();
|
let mut added_monitors = nodes[1].chain_monitor.added_monitors.lock().unwrap();
|
||||||
|
|
||||||
// Create the persister with an invalid directory name and test that the
|
// Create the persister with an invalid directory name and test that the
|
||||||
|
|
Loading…
Add table
Reference in a new issue