From 97b759796d4dcb9abafb34c38a7d1699f0a71f1c Mon Sep 17 00:00:00 2001 From: bitromortac Date: Fri, 17 Jan 2020 07:49:13 +0100 Subject: [PATCH] itest: fix comment in list_outgoing_payments test --- lntest/itest/lnd_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lntest/itest/lnd_test.go b/lntest/itest/lnd_test.go index 11edadf10..5fefcca2d 100644 --- a/lntest/itest/lnd_test.go +++ b/lntest/itest/lnd_test.go @@ -4380,7 +4380,7 @@ func testListPayments(net *lntest.NetworkHarness, t *harnessTest) { t.Fatalf("Can't delete payments at the end: %v", err) } - // Check that there are no payments before test. + // Check that there are no payments after test. listReq := &lnrpc.ListPaymentsRequest{} ctxt, _ = context.WithTimeout(ctxt, defaultTimeout) paymentsResp, err = net.Alice.ListPayments(ctxt, listReq)