Skip to content

Commit c93b2a0

Browse files
committed
test fix
1 parent 3dc0579 commit c93b2a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_blockchain_dag.nim

+2
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,9 @@ suite "Diverging hardforks":
731731
altairRuntimeConfig = defaultRuntimeConfig
732732

733733
phase0RuntimeConfig.ALTAIR_FORK_EPOCH = FAR_FUTURE_EPOCH
734+
phase0RuntimeConfig.BELLATRIX_FORK_EPOCH = FAR_FUTURE_EPOCH
734735
altairRuntimeConfig.ALTAIR_FORK_EPOCH = 2.Epoch
736+
altairRuntimeConfig.BELLATRIX_FORK_EPOCH = FAR_FUTURE_EPOCH
735737

736738
var
737739
db = makeTestDB(SLOTS_PER_EPOCH)

0 commit comments

Comments
 (0)