Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Nov 14, 2024
1 parent 33b455b commit 8d1231a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aggsender/aggsender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,13 +337,11 @@ func TestAggSenderSendCertificates(t *testing.T) {
Status: agglayer.Pending,
}, nil)
require.NoError(t, err)
//bridgeL2SyncerMock.EXPECT().GetLastProcessedBlock(mock.Anything).Return(uint64(0), nil)
ch <- aggsendertypes.EpochEvent{
Epoch: 1,
}
go aggSender.sendCertificates(ctx)
time.Sleep(200 * time.Millisecond)

}

//nolint:dupl
Expand Down

0 comments on commit 8d1231a

Please sign in to comment.