Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 17, 2024
1 parent 61b63a4 commit fe6e785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/test/unit/options/beaconNodeOptions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ describe("options / beaconNodeOptions", () => {
minSameMessageSignatureSetsToBatch: 32,
maxShufflingCacheEpochs: 100,
archiveBlobEpochs: 10000,
archiveMode: ArchiveMode.Full,
nHistoricalStates: true,
nHistoricalStatesFileDataStore: true,
maxBlockStates: 100,
Expand Down

0 comments on commit fe6e785

Please sign in to comment.