Skip to content

Commit aab639d

Browse files
committed
use consts
1 parent 09c3eee commit aab639d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/test/beaconStateView.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ describe("BeaconStateView", () => {
337337

338338
const phase0State = ssz.phase0.BeaconState.defaultValue();
339339
const bellatrixState = ssz.bellatrix.BeaconState.defaultValue();
340-
bellatrixState.slot = 144896 * 32; // BELLATRIX_FORK_EPOCH * SLOTS_PER_EPOCH (mainnet)
340+
bellatrixState.slot = BELLATRIX_FORK_EPOCH * SLOTS_PER_EPOCH;
341341
bellatrixState.validators = validators;
342342
bellatrixState.currentSyncCommittee = syncCommittee;
343343
bellatrixState.nextSyncCommittee = syncCommittee;

0 commit comments

Comments
 (0)