Skip to content

Commit

Permalink
lntest/mpp_test: ensure ctx.alice and ctx.bob are shutdown
Browse files Browse the repository at this point in the history
Not doing so prevents consecutive subtests from starting properly.
  • Loading branch information
cfromknecht committed May 28, 2021
1 parent ad0ecc4 commit a765ba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lntest/itest/lnd_mpp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a765ba1

Please sign in to comment.