mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-21 22:32:33 +02:00
itest: fix payment test
This commit is contained in:
parent
9e8b9ccd4c
commit
29157fe02a
@ -156,7 +156,7 @@ func testListPayments(net *lntest.NetworkHarness, t *harnessTest) {
|
|||||||
}
|
}
|
||||||
if len(paymentsResp.Payments) != 0 {
|
if len(paymentsResp.Payments) != 0 {
|
||||||
t.Fatalf("incorrect number of payments, got %v, want %v",
|
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)
|
closeChannelAndAssert(t, net, net.Alice, chanPoint, false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user