We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
testSwitchOfflineDelivery
1 parent 66b3501 commit 8b8f0c4Copy full SHA for 8b8f0c4
itest/lnd_switch_test.go
@@ -103,7 +103,7 @@ func testSwitchOfflineDelivery(ht *lntest.HarnessTest) {
103
ht.DisconnectNodes(s.dave, s.alice)
104
105
// Then, reconnect them to ensure Dave doesn't just fail back the htlc.
106
- ht.ConnectNodes(s.dave, s.alice)
+ ht.EnsureConnected(s.dave, s.alice)
107
108
// Wait to ensure that the payment remain are not failed back after
109
// reconnecting. All node should report the number payments initiated
0 commit comments