Skip to content

Commit

Permalink
Add test constants to be more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashatyrev committed Jan 22, 2025
1 parent 6119285 commit 291cf5e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@

public class DasSyncAcceptanceTest extends AcceptanceTestBase {

private final int subnetCount = 128;
private final int defaultCustodySubnetCount = 4;

@Test
public void shouldSyncToNodeWithGreaterFinalizedEpoch() throws Exception {
final TekuBeaconNode primaryNode =
createTekuBeaconNode(
createConfigBuilder()
.withRealNetwork()
.withDasExtraCustodySubnetCount(128 - 4)
.withDasExtraCustodySubnetCount(subnetCount - defaultCustodySubnetCount)
.build());

primaryNode.start();
Expand Down

0 comments on commit 291cf5e

Please sign in to comment.