Skip to content

Commit

Permalink
itest: fix multi hop tests
Browse files Browse the repository at this point in the history
This commit fixes the multi hop tests to reflect the latest sweeper
changes.
  • Loading branch information
yyforyongyu committed Jul 18, 2024
1 parent 9d548f6 commit 6addf7e
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 318 deletions.
2 changes: 1 addition & 1 deletion itest/lnd_coop_close_with_htlcs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func coopCloseWithHTLCs(ht *lntest.HarnessTest) {
ht.AssertTxInMempool(&closeTxid)

// Wait for it to get mined and finish tearing down.
ht.AssertStreamChannelCoopClosed(alice, chanPoint, false, closeClient)
ht.AssertStreamChannelCoopClosed(alice, chanPoint, closeClient)
}

// coopCloseWithHTLCsWithRestart also tests the coop close flow when an HTLC
Expand Down
Loading

0 comments on commit 6addf7e

Please sign in to comment.