From dd08662c879bcee47a77acc2021702dec262999a Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 22 Jan 2018 21:11:29 -0800 Subject: [PATCH] test: fix linter error --- lnd_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnd_test.go b/lnd_test.go index dae6dbc1..666e640d 100644 --- a/lnd_test.go +++ b/lnd_test.go @@ -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 }