Skip to content

Commit e8d2fb7

Browse files
author
Łukasz Gąsior
committed
Fix it test
1 parent fc4ffef commit e8d2fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/it/scala/io/iohk/ethereum/SimulateTransactionTest/SimulateTransactionTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ trait ScenarioSetup extends EphemBlockchainTestSetup {
122122

123123
override lazy val ledger: LedgerImpl = newLedger()
124124

125-
val emptyWorld = blockchain.getWorldStateProxy(-1, UInt256.Zero, None)
125+
val emptyWorld = blockchain.getWorldStateProxy(-1, UInt256.Zero, None, false, true)
126126

127127
val existingAddress = Address(10)
128128
val existingAccount = Account(nonce = UInt256.Zero, balance = UInt256(10))

0 commit comments

Comments
 (0)