Skip to content

Commit

Permalink
rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Mar 8, 2023
1 parent 9640225 commit d6fc6ad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import org.junit.jupiter.api.Test;
import org.mockito.ArgumentCaptor;
import tech.pegasys.teku.infrastructure.async.SafeFuture;
import tech.pegasys.teku.infrastructure.time.SystemTimeProvider;
import tech.pegasys.teku.infrastructure.unsigned.UInt64;
import tech.pegasys.teku.networking.eth2.peers.RespondingEth2Peer;
import tech.pegasys.teku.networking.eth2.rpc.core.InvalidResponseException;
Expand All @@ -48,7 +49,7 @@
import tech.pegasys.teku.storage.storageSystem.StorageSystem;

public class HistoricalBatchFetcherTest {
private final Spec spec = TestSpecFactory.createDefault();
private final Spec spec = TestSpecFactory.createMinimalDeneb();
private final ChainBuilder chainBuilder = ChainBuilder.create(spec);
private final StorageSystem storageSystem = InMemoryStorageSystemBuilder.buildDefault();
private final AsyncBLSSignatureVerifier signatureVerifier = mock(AsyncBLSSignatureVerifier.class);
Expand Down

0 comments on commit d6fc6ad

Please sign in to comment.