mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 07:00:55 +02:00
itest: add a prefix before appending a subtest case
This commit is contained in:
@@ -23,15 +23,15 @@ import (
|
||||
// basicFundingTestCases defines the test cases for the basic funding test.
|
||||
var basicFundingTestCases = []*lntest.TestCase{
|
||||
{
|
||||
Name: "basic funding flow static key remote",
|
||||
Name: "basic flow static key remote",
|
||||
TestFunc: testBasicChannelFundingStaticRemote,
|
||||
},
|
||||
{
|
||||
Name: "basic funding flow anchor",
|
||||
Name: "basic flow anchor",
|
||||
TestFunc: testBasicChannelFundingAnchor,
|
||||
},
|
||||
{
|
||||
Name: "basic funding flow simple taproot",
|
||||
Name: "basic flow simple taproot",
|
||||
TestFunc: testBasicChannelFundingSimpleTaproot,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user