Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
taratorio committed Nov 23, 2024
1 parent 81639d4 commit 8eb13bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polygon/heimdall/scraper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func TestScrapper_Run_TransientErr(t *testing.T) {
)

transientErrs := []error{ErrNotInMilestoneList, ErrBadGateway}
scrapper := NewScraper[*Milestone](store, fetcher, time.Millisecond, transientErrs, logger)
scrapper := NewScraper[*Milestone]("test", store, fetcher, time.Millisecond, transientErrs, logger)

eg, ctx := errgroup.WithContext(ctx)
eg.Go(func() error {
Expand Down

0 comments on commit 8eb13bd

Please sign in to comment.