mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-03 17:26:57 +01:00
itest: fix flake in testChannelFundingPersistence
This commit is contained in:
parent
d6043c26a7
commit
4fdce8b448
1 changed files with 5 additions and 0 deletions
|
@ -690,6 +690,11 @@ func testChannelFundingPersistence(ht *lntest.HarnessTest) {
|
|||
chanAlice := ht.AssertChannelExists(alice, chanPoint)
|
||||
ht.AssertChannelExists(carol, chanPoint)
|
||||
|
||||
// Make sure Alice and Carol have seen the channel in their network
|
||||
// topology.
|
||||
ht.AssertTopologyChannelOpen(alice, chanPoint)
|
||||
ht.AssertTopologyChannelOpen(carol, chanPoint)
|
||||
|
||||
// Create an additional check for our channel assertion that will
|
||||
// check that our label is as expected.
|
||||
shortChanID := lnwire.NewShortChanIDFromInt(chanAlice.ChanId)
|
||||
|
|
Loading…
Add table
Reference in a new issue