lntest+itest: flatten testMultiHopLocalForceCloseOnChainHtlcTimeout

This commit is contained in:
yyforyongyu
2024-10-19 07:35:40 +08:00
parent bc31979f7b
commit bef17f16cf
4 changed files with 348 additions and 206 deletions

View File

@@ -149,10 +149,6 @@ var allTestCases = []*lntest.TestCase{
Name: "addpeer config",
TestFunc: testAddPeerConfig,
},
{
Name: "multi hop local force close on-chain htlc timeout",
TestFunc: testMultiHopLocalForceCloseOnChainHtlcTimeout,
},
{
Name: "multi hop remote force close on-chain htlc timeout",
TestFunc: testMultiHopRemoteForceCloseOnChainHtlcTimeout,