Skip to content

Commit 9f7977b

Browse files
committed
[ETCM-28] Fix tests
1 parent 394e9ac commit 9f7977b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/ets/scala/io/iohk/ethereum/ets/blockchain/BlockchainTestConfig.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ trait BlockchainTestConfig extends BlockchainConfig {
3939
override val atlantisBlockNumber: BigInt = Long.MaxValue
4040
override val aghartaBlockNumber: BigInt = Long.MaxValue
4141
override val phoenixBlockNumber: BigInt = Long.MaxValue
42+
override val petersburgBlockNumber: BigInt = Long.MaxValue
4243
}
4344

4445
object FrontierConfig extends BlockchainTestConfig {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class ECIP1017Test extends FlatSpec with Matchers {
4545
override val atlantisBlockNumber: BigInt = Long.MaxValue
4646
override val aghartaBlockNumber: BigInt = Long.MaxValue
4747
override val phoenixBlockNumber: BigInt = Long.MaxValue
48+
override val petersburgBlockNumber: BigInt = Long.MaxValue
4849
}
4950
val ec = ExecutionContext.fromExecutor(Executors.newFixedThreadPool(4))
5051

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class ForksTest extends FlatSpec with Matchers {
4242
override val atlantisBlockNumber: BigInt = Long.MaxValue
4343
override val aghartaBlockNumber: BigInt = Long.MaxValue
4444
override val phoenixBlockNumber: BigInt = Long.MaxValue
45+
override val petersburgBlockNumber: BigInt = Long.MaxValue
4546
}
4647

4748
val noErrors = a[Right[_, Seq[Receipt]]]

0 commit comments

Comments
 (0)