Skip to content

Commit f341d4c

Browse files
authored
Merge pull request #8977 from ellemouton/fixTestRace
routing: fix race in TestNewRouteRequest
2 parents 7e1e054 + 6ab3466 commit f341d4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routing/router_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,6 +2234,7 @@ func TestNewRouteRequest(t *testing.T) {
22342234
var (
22352235
blindedPathInfo *BlindedPaymentPathSet
22362236
expectedTarget = testCase.expectedTarget
2237+
err error
22372238
)
22382239
if testCase.blindedPayment != nil {
22392240
blindedPathInfo, err = NewBlindedPaymentPathSet(

0 commit comments

Comments
 (0)