Skip to content

Commit 105a131

Browse files
committed
itest: fix liquidity edgecases AddInvoice expected error
1 parent 34e9e95 commit 105a131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itest/litd_custom_channels_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2561,7 +2561,7 @@ func testCustomChannelsLiquidityEdgeCasesCore(ctx context.Context,
25612561
// amount of 354 sats.
25622562
createAssetInvoice(
25632563
t.t, dave, charlie, 1, assetID, withInvoiceErrSubStr(
2564-
"1 asset units, as the minimal transportable amount",
2564+
"could not create any quotes for the invoice",
25652565
),
25662566
withInvGroupKey(groupID),
25672567
)

0 commit comments

Comments
 (0)