mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
itest: fix payment test
This commit is contained in:
parent
9e8b9ccd4c
commit
29157fe02a
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ func testListPayments(net *lntest.NetworkHarness, t *harnessTest) {
|
|||
}
|
||||
if len(paymentsResp.Payments) != 0 {
|
||||
t.Fatalf("incorrect number of payments, got %v, want %v",
|
||||
len(paymentsRespInit.Payments), 0)
|
||||
len(paymentsResp.Payments), 0)
|
||||
}
|
||||
|
||||
closeChannelAndAssert(t, net, net.Alice, chanPoint, false)
|
||||
|
|
Loading…
Add table
Reference in a new issue