itest: test channel policy update in private channels

This commit is contained in:
yyforyongyu
2021-04-17 00:14:25 +08:00
parent 319cc533a6
commit 193d149d48
3 changed files with 157 additions and 1 deletions

View File

@@ -107,6 +107,11 @@ var allTestCases = []*testCase{
name: "private channels",
test: testPrivateChannels,
},
{
name: "private channel update policy",
test: testUpdateChannelPolicyForPrivateChannel,
},
{
name: "invoice routing hints",
test: testInvoiceRoutingHints,