Skip to content

Commit e79b8b2

Browse files
committed
itest: estimate route fee tests
1 parent ef069b6 commit e79b8b2

File tree

2 files changed

+409
-0
lines changed

2 files changed

+409
-0
lines changed

itest/list_on_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@ var allTestCases = []*lntest.TestCase{
257257
Name: "multi-hop payments",
258258
TestFunc: testMultiHopPayments,
259259
},
260+
{
261+
Name: "estimate route fee",
262+
TestFunc: testEstimateRouteFee,
263+
},
260264
{
261265
Name: "anchors reserved value",
262266
TestFunc: testAnchorReservedValue,

0 commit comments

Comments
 (0)