Skip to content

Commit 83bb946

Browse files
committed
fixup! itest: add new testCustomChannelsHtlcForceClose itest
1 parent 05c99d9 commit 83bb946

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

itest/litd_custom_channels_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3165,6 +3165,7 @@ func testCustomChannelsHtlcForceClose(_ context.Context, net *NetworkHarness,
31653165
zaneTap.node.Cfg.LitAddr(),
31663166
),
31673167
})
3168+
require.NoError(t.t, err)
31683169
bobAddr, err := zaneTap.NewAddr(ctxb, &taprpc.NewAddrRequest{
31693170
Amt: bobExpectedBalance,
31703171
AssetId: assetID,
@@ -3173,6 +3174,7 @@ func testCustomChannelsHtlcForceClose(_ context.Context, net *NetworkHarness,
31733174
zaneTap.node.Cfg.LitAddr(),
31743175
),
31753176
})
3177+
require.NoError(t.t, err)
31763178

31773179
_, err = aliceTap.SendAsset(ctxb, &taprpc.SendAssetRequest{
31783180
TapAddrs: []string{aliceAddr.Encoded},

0 commit comments

Comments
 (0)