Skip to content

Commit

Permalink
fix assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 12, 2024
1 parent e225be1 commit 61b5232
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ void shouldDefaultNetworkConfigThatMovedFromConstants() throws IOException {
assertThat(specConfig.getMaxRequestBlocks()).isEqualTo(1024);
assertThat(specConfig.getEpochsPerSubnetSubscription()).isEqualTo(256);
assertThat(specConfig.getMinEpochsForBlockRequests()).isEqualTo(33024);
assertThat(specConfig.getTtfbTimeout()).isEqualTo(5);
assertThat(specConfig.getRespTimeout()).isEqualTo(10);
assertThat(specConfig.getAttestationPropagationSlotRange()).isEqualTo(32);
assertThat(specConfig.getMaximumGossipClockDisparity()).isEqualTo(500);
}
Expand Down

0 comments on commit 61b5232

Please sign in to comment.