diff --git a/lntest/itest/lnd_mpp_test.go b/lntest/itest/lnd_mpp_test.go index 6e64400f..5290fcae 100644 --- a/lntest/itest/lnd_mpp_test.go +++ b/lntest/itest/lnd_mpp_test.go @@ -344,6 +344,8 @@ func (c *mppTestContext) closeChannels() { } func (c *mppTestContext) shutdownNodes() { + shutdownAndAssert(c.net, c.t, c.alice) + shutdownAndAssert(c.net, c.t, c.bob) shutdownAndAssert(c.net, c.t, c.carol) shutdownAndAssert(c.net, c.t, c.dave) shutdownAndAssert(c.net, c.t, c.eve)