Fix EF Tests

This commit is contained in:
Mark Mackey
2023-01-04 15:14:43 -06:00
parent 933772dd06
commit 8711db2f3b
2 changed files with 22 additions and 0 deletions

View File

@@ -311,6 +311,7 @@ impl<E: EthSpec> Tester<E> {
.keypairs(vec![])
.genesis_state_ephemeral_store(case.anchor_state.clone())
.mock_execution_layer()
.recalculate_fork_times_with_genesis(0)
.mock_execution_layer_all_payloads_valid()
.build();