Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Nov 25, 2022
1 parent 3dc0579 commit c93b2a0
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 @@ -731,7 +731,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 c93b2a0

Please sign in to comment.