test: fix linter error
This commit is contained in:
parent
d0abb8219c
commit
dd08662c87
@ -5474,7 +5474,7 @@ func testMultiHopReceiverChainClaim(net *lntest.NetworkHarness, t *harnessTest)
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
if len(pendingChanResp.PendingForceClosingChannels) != 0 {
|
if len(pendingChanResp.PendingForceClosingChannels) != 0 {
|
||||||
predErr = fmt.Error("carol still has pending channels: %v",
|
predErr = fmt.Errorf("carol still has pending channels: %v",
|
||||||
spew.Sdump(pendingChanResp))
|
spew.Sdump(pendingChanResp))
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user