mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
Merge pull request #5559 from de6df1re/lntest-itest-bugfix
itest: fix payment test error message
This commit is contained in:
commit
746a7dfbfc
@ -105,6 +105,8 @@ you.
|
||||
|
||||
* [Fixed typo in `dest_custom_records` description comment](https://github.com/lightningnetwork/lnd/pull/5541).
|
||||
|
||||
* [Fixed payment test error message.](https://github.com/lightningnetwork/lnd/pull/5559)
|
||||
|
||||
* [Bumped version of `github.com/miekg/dns` library to fix a Dependabot
|
||||
alert](https://github.com/lightningnetwork/lnd/pull/5576).
|
||||
|
||||
@ -162,10 +164,11 @@ change](https://github.com/lightningnetwork/lnd/pull/5613).
|
||||
|
||||
# Contributors (Alphabetical Order)
|
||||
* Andras Banki-Horvath
|
||||
* de6df1re
|
||||
* ErikEk
|
||||
* Eugene Siegel
|
||||
* Martin Habovstiak
|
||||
* Zero-1729
|
||||
* Oliver Gugger
|
||||
* xanoni
|
||||
* Yong Yu
|
||||
* Zero-1729
|
||||
|
@ -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…
Reference in New Issue
Block a user