Skip to content

Commit

Permalink
feat: increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Nov 13, 2024
1 parent ddd9a55 commit a6bc26f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aggsender/aggsender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ func TestAggSendersendCertificates(t *testing.T) {
epochNotifierMock := mocks.NewEpochNotifier(t)
bridgeL2SyncerMock := mocks.NewL2BridgeSyncer(t)
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
aggSender, err := New(
ctx,
log.WithFields("test", "unittest"),
Expand All @@ -305,8 +306,6 @@ func TestAggSendersendCertificates(t *testing.T) {
Epoch: 1,
}
time.Sleep(100 * time.Millisecond)
cancel()

}

//nolint:dupl
Expand Down

0 comments on commit a6bc26f

Please sign in to comment.