mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-12 10:30:40 +01:00
itest: make sure edges are updated in mpp tests
This commit is contained in:
parent
1ce7559110
commit
43b774d1e6
1 changed files with 3 additions and 0 deletions
|
@ -296,6 +296,9 @@ func (m *mppTestScenario) openChannels(r *mppOpenChannelRequest) {
|
||||||
for _, cp := range m.channelPoints {
|
for _, cp := range m.channelPoints {
|
||||||
m.ht.AssertTopologyChannelOpen(hn, cp)
|
m.ht.AssertTopologyChannelOpen(hn, cp)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Each node should have exactly 6 edges.
|
||||||
|
m.ht.AssertNumEdges(hn, len(m.channelPoints), false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue