Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Sep 15, 2022
1 parent 9a49d1f commit dd49c21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_blockchain_dag.nim
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,9 @@ suite "Diverging hardforks":
altairRuntimeConfig = defaultRuntimeConfig

phase0RuntimeConfig.ALTAIR_FORK_EPOCH = FAR_FUTURE_EPOCH
phase0RuntimeConfig.BELLATRIX_FORK_EPOCH = FAR_FUTURE_EPOCH
altairRuntimeConfig.ALTAIR_FORK_EPOCH = 2.Epoch
altairRuntimeConfig.BELLATRIX_FORK_EPOCH = FAR_FUTURE_EPOCH

var
db = makeTestDB(SLOTS_PER_EPOCH)
Expand Down

0 comments on commit dd49c21

Please sign in to comment.