From c26e408f74b0430e52cc050065949b4a0d5f1844 Mon Sep 17 00:00:00 2001 From: Goran Rojovic Date: Wed, 22 Jan 2025 15:56:19 +0100 Subject: [PATCH] fix: UTs --- sync/evmdownloader_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/evmdownloader_test.go b/sync/evmdownloader_test.go index 34822582..f920f0c1 100644 --- a/sync/evmdownloader_test.go +++ b/sync/evmdownloader_test.go @@ -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