From 36fa343a1b2c6c8a39299528d2b23afe3575e67a Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Mon, 24 Jul 2023 16:11:03 +0530 Subject: [PATCH] fix : test-integration --- tests/bor/bor_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/bor/bor_test.go b/tests/bor/bor_test.go index 2d6fa2e2a9..0bd50c5592 100644 --- a/tests/bor/bor_test.go +++ b/tests/bor/bor_test.go @@ -596,8 +596,7 @@ func TestOutOfTurnSigning(t *testing.T) { _bor.SetSpanner(spanner) _bor.SetHeimdallClient(h) - db := init.ethereum.ChainDb() - block := init.genesis.ToBlock(db) + block := init.genesis.ToBlock() setDifficulty := func(header *types.Header) { if IsSprintStart(header.Number.Uint64()) {