File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,6 @@ func TestLightningNetworkDaemon(t *testing.T) {
102
102
)
103
103
defer harnessTest .Stop ()
104
104
105
- // Setup standby nodes, Alice and Bob, which will be alive and shared
106
- // among all the test cases.
107
- harnessTest .SetupStandbyNodes ()
108
-
109
105
// Run the subset of the test cases selected in this tranche.
110
106
for idx , testCase := range testCases {
111
107
testCase := testCase
@@ -115,6 +111,10 @@ func TestLightningNetworkDaemon(t *testing.T) {
115
111
testCase .Name )
116
112
117
113
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
+
118
118
// Create a separate harness test for the testcase to
119
119
// avoid overwriting the external harness test that is
120
120
// tied to the parent test.
You can’t perform that action at this time.
0 commit comments