diff --git a/itest/lnd_mpp_test.go b/itest/lnd_mpp_test.go index e54da0aa4..690658208 100644 --- a/itest/lnd_mpp_test.go +++ b/itest/lnd_mpp_test.go @@ -296,6 +296,9 @@ func (m *mppTestScenario) openChannels(r *mppOpenChannelRequest) { for _, cp := range m.channelPoints { m.ht.AssertTopologyChannelOpen(hn, cp) } + + // Each node should have exactly 6 edges. + m.ht.AssertNumEdges(hn, len(m.channelPoints), false) } }