Skip to content

Commit

Permalink
pinned sync
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Feb 25, 2025
1 parent 92f9afc commit 17a68b3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
import static tech.pegasys.teku.beacon.sync.forward.singlepeer.CommonAncestor.SLOTS_TO_JUMP_BACK_EXPONENTIAL_BASE;
import static tech.pegasys.teku.infrastructure.async.SafeFutureAssert.assertThatSafeFuture;

import java.util.Optional;
import org.junit.jupiter.api.Test;
import tech.pegasys.teku.infrastructure.async.SafeFuture;
import tech.pegasys.teku.infrastructure.unsigned.UInt64;
import tech.pegasys.teku.networking.eth2.peers.PeerStatus;

import java.util.Optional;

public class CommonAncestorTest extends AbstractSyncTest {

private final CommonAncestor commonAncestor = new CommonAncestor(recentChainData, 4, Optional.empty());
private final CommonAncestor commonAncestor =
new CommonAncestor(recentChainData, 4, Optional.empty());

@Test
void shouldNotSearchCommonAncestorWithoutSufficientLocalData() {
Expand Down

0 comments on commit 17a68b3

Please sign in to comment.