mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-03 03:53:10 +02:00
lntest+itest: rename AssertNumEdges
to AssertNumActiveEdges
To properly reflect what the assertion is.
This commit is contained in:
@ -299,7 +299,7 @@ func (m *mppTestScenario) openChannels(r *mppOpenChannelRequest) {
|
||||
}
|
||||
|
||||
// Each node should have exactly 6 edges.
|
||||
m.ht.AssertNumEdges(hn, len(m.channelPoints), false)
|
||||
m.ht.AssertNumActiveEdges(hn, len(m.channelPoints), false)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user