mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 18:10:48 +02:00
Merge pull request #2883 from cfromknecht/chan-restore-child-harness
lnd_test: use child harness chan backup restore cases
This commit is contained in:
@ -13847,8 +13847,9 @@ func testChannelBackupRestore(net *lntest.NetworkHarness, t *harnessTest) {
|
|||||||
// ann is updated?
|
// ann is updated?
|
||||||
|
|
||||||
for _, testCase := range testCases {
|
for _, testCase := range testCases {
|
||||||
success := t.t.Run(testCase.name, func(_ *testing.T) {
|
success := t.t.Run(testCase.name, func(t *testing.T) {
|
||||||
testChanRestoreScenario(t, net, &testCase, password)
|
h := newHarnessTest(t)
|
||||||
|
testChanRestoreScenario(h, net, &testCase, password)
|
||||||
})
|
})
|
||||||
if !success {
|
if !success {
|
||||||
break
|
break
|
||||||
|
Reference in New Issue
Block a user