Skip to content

Commit c53789f

Browse files
committed
x
1 parent 9427c78 commit c53789f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

itest/lnd_test.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ func TestLightningNetworkDaemon(t *testing.T) {
102102
)
103103
defer harnessTest.Stop()
104104

105-
// Setup standby nodes, Alice and Bob, which will be alive and shared
106-
// among all the test cases.
107-
harnessTest.SetupStandbyNodes()
108-
109105
// Run the subset of the test cases selected in this tranche.
110106
for idx, testCase := range testCases {
111107
testCase := testCase
@@ -115,6 +111,10 @@ func TestLightningNetworkDaemon(t *testing.T) {
115111
testCase.Name)
116112

117113
success := t.Run(name, func(t1 *testing.T) {
114+
// Setup standby nodes, Alice and Bob, which will be
115+
// alive and shared among all the test cases.
116+
harnessTest.SetupStandbyNodes()
117+
118118
// Create a separate harness test for the testcase to
119119
// avoid overwriting the external harness test that is
120120
// tied to the parent test.

0 commit comments

Comments
 (0)