Skip to content

Commit

Permalink
fix: UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Jan 22, 2025
1 parent dfadcb6 commit c26e408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/evmdownloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ func NewTestDownloader(t *testing.T, retryPeriod time.Duration) (*EVMDownloader,
d, err := NewEVMDownloader("test",
clientMock, syncBlockChunck, etherman.LatestBlock, time.Millisecond,
buildAppender(), []common.Address{contractAddr}, rh,
etherman.SafeBlock,
etherman.FinalizedBlock,
)
require.NoError(t, err)
return d, clientMock
Expand Down

0 comments on commit c26e408

Please sign in to comment.