Skip to content

Commit ca9aaf4

Browse files
committed
Fix failing test. Not sure how it was passing before without an EL.
1 parent 2ac8e03 commit ca9aaf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

beacon_node/network/src/sync/tests/lookups.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ impl TestRig {
8383
.logger(log.clone())
8484
.deterministic_keypairs(1)
8585
.fresh_ephemeral_store()
86+
.mock_execution_layer()
8687
.testing_slot_clock(TestingSlotClock::new(
8788
Slot::new(0),
8889
Duration::from_secs(0),

0 commit comments

Comments
 (0)