Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomash-acinq committed Nov 10, 2021
1 parent 529cf32 commit c8a5960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ abstract class IntegrationSpec extends TestKitBaseClass with BitcoindService wit
address_opt = Some(HostAndPort.fromParts(address.socketAddress.getHostString, address.socketAddress.getPort)),
sender.ref.toTyped
))
sender.expectMsgAnyOf(10 seconds, PeerConnection.ConnectionResult.Connected, PeerConnection.ConnectionResult.AlreadyConnected)
sender.expectMsgType[PeerConnection.ConnectionResult.HasConnection](10 seconds)
sender.send(node1.switchboard, Peer.OpenChannel(
remoteNodeId = node2.nodeParams.nodeId,
fundingSatoshis = fundingSatoshis,
Expand Down

0 comments on commit c8a5960

Please sign in to comment.