Skip to content

Commit dd49c21

Browse files
committed
test fix
1 parent 9a49d1f commit dd49c21

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
@@ -656,7 +656,9 @@ suite "Diverging hardforks":
656656
altairRuntimeConfig = defaultRuntimeConfig
657657

658658
phase0RuntimeConfig.ALTAIR_FORK_EPOCH = FAR_FUTURE_EPOCH
659+
phase0RuntimeConfig.BELLATRIX_FORK_EPOCH = FAR_FUTURE_EPOCH
659660
altairRuntimeConfig.ALTAIR_FORK_EPOCH = 2.Epoch
661+
altairRuntimeConfig.BELLATRIX_FORK_EPOCH = FAR_FUTURE_EPOCH
660662

661663
var
662664
db = makeTestDB(SLOTS_PER_EPOCH)

0 commit comments

Comments
 (0)