Skip to content

Commit f66e179

Browse files
committed
Fix release tests
1 parent e4bfe71 commit f66e179

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

beacon_node/beacon_chain/tests/store_tests.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2341,8 +2341,10 @@ async fn weak_subjectivity_sync_test(slots: Vec<Slot>, checkpoint_slot: Slot) {
23412341

23422342
let kzg = get_kzg(&spec);
23432343

2344-
let mock =
2345-
mock_execution_layer_from_parts(&harness.spec, harness.runtime.task_executor.clone());
2344+
let mock = mock_execution_layer_from_parts(
2345+
harness.spec.clone(),
2346+
harness.runtime.task_executor.clone(),
2347+
);
23462348

23472349
// Initialise a new beacon chain from the finalized checkpoint.
23482350
// The slot clock must be set to a time ahead of the checkpoint state.

0 commit comments

Comments
 (0)