From 991b4174fd8ae568ff9f6161ed7ca41ce49ef89d Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Fri, 24 May 2019 14:17:49 +0200 Subject: [PATCH] lnd_test: fix spelling --- lnd_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnd_test.go b/lnd_test.go index b0149af9e..99adba605 100644 --- a/lnd_test.go +++ b/lnd_test.go @@ -719,7 +719,7 @@ func getChanInfo(ctx context.Context, node *lntest.HarnessNode) ( } if len(channelInfo.Channels) != 1 { return nil, fmt.Errorf("node should only have a single "+ - "channel, instead he has %v", len(channelInfo.Channels)) + "channel, instead it has %v", len(channelInfo.Channels)) } return channelInfo.Channels[0], nil