Skip to content

Commit 90ad2a8

Browse files
author
Leonor Boga
committed
ETCM-1018 Fix integration tests
1 parent 2a5bc6c commit 90ad2a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/it/scala/io/iohk/ethereum/txExecTest/ContractTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ class ContractTest extends AnyFlatSpec with Matchers {
2121
lazy val testBlockchainStorages = FixtureProvider.prepareStorages(2, fixtures)
2222

2323
//block only with ether transfers
24-
val blockValidation =
24+
override lazy val blockValidation =
2525
new BlockValidation(mining, blockchainReader, BlockQueue(blockchain, blockchainReader, syncConfig))
26-
val blockExecution =
26+
override lazy val blockExecution =
2727
new BlockExecution(
2828
blockchain,
2929
blockchainReader,

0 commit comments

Comments
 (0)