mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 14:44:22 +01:00
itest: manage context inside EnsureConnected
This commit is contained in:
@@ -499,7 +499,7 @@ func wsTestCaseBiDirectionalSubscription(ht *harnessTest,
|
||||
|
||||
// Before we start opening channels, make sure the two nodes are
|
||||
// connected.
|
||||
net.EnsureConnected(context.Background(), ht.t, net.Alice, net.Bob)
|
||||
net.EnsureConnected(ht.t, net.Alice, net.Bob)
|
||||
|
||||
// Open 3 channels to make sure multiple requests and responses can be
|
||||
// sent over the web socket.
|
||||
|
||||
Reference in New Issue
Block a user