diff --git a/lnd_test.go b/lnd_test.go index a5e06f02..b165719c 100644 --- a/lnd_test.go +++ b/lnd_test.go @@ -1009,7 +1009,8 @@ func testMultiHopPayments(net *networkHarness, t *harnessTest) { } if len(chanGraph.Edges) != 2 { t.Fatalf("only two channels should be seen as active in the "+ - "network, instead %v are", len(chanGraph.Edges)) + "network, instead %v are: ", len(chanGraph.Edges), + chanGraph.Edges) } for _, link := range chanGraph.Edges { switch {