test: fix linter error

This commit is contained in:
Olaoluwa Osuntokun 2018-01-22 21:11:29 -08:00
parent d0abb8219c
commit dd08662c87
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21
1 changed files with 1 additions and 1 deletions

View File

@ -5474,7 +5474,7 @@ func testMultiHopReceiverChainClaim(net *lntest.NetworkHarness, t *harnessTest)
return false
}
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))
return false
}