Skip to content

Commit d0abfbb

Browse files
committed
itest: remove redundant resume action
Removed a redundant resume action found in `testForwardInterceptorRestart`, which was put there likely due to a mistake.
1 parent 51daa13 commit d0abfbb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

itest/lnd_forward_interceptor_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -438,12 +438,6 @@ func testForwardInterceptorRestart(ht *lntest.HarnessTest) {
438438
require.Equal(ht, lntest.CustomRecordsWithUnendorsed(customRecords),
439439
packet.InWireCustomRecords)
440440

441-
err = carolInterceptor.Send(&routerrpc.ForwardHtlcInterceptResponse{
442-
IncomingCircuitKey: packet.IncomingCircuitKey,
443-
Action: actionResume,
444-
})
445-
require.NoError(ht, err, "failed to send request")
446-
447441
// And now we forward the payment at Carol, expecting only an
448442
// endorsement signal in our incoming custom records.
449443
packet = ht.ReceiveHtlcInterceptor(carolInterceptor)

0 commit comments

Comments
 (0)