Skip to content

Commit 231a347

Browse files
committed
fix: check-types in test
1 parent 8b7ba77 commit 231a347

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/beacon-node/test/unit/chain/stateCache/persistentCheckpointsCache.test.ts

-6
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ describe("PersistentCheckpointStateCache", () => {
9090
{
9191
datastore,
9292
logger: testLogger(),
93-
shufflingCache: new ShufflingCache(),
9493
blockStateCache: new FIFOBlockStateCache({}, {}),
9594
},
9695
{maxCPStateEpochsInMemory: 2}
@@ -165,7 +164,6 @@ describe("PersistentCheckpointStateCache", () => {
165164
{
166165
datastore,
167166
logger: testLogger(),
168-
shufflingCache: new ShufflingCache(),
169167
blockStateCache: new FIFOBlockStateCache({}, {}),
170168
},
171169
{maxCPStateEpochsInMemory: 2}
@@ -242,7 +240,6 @@ describe("PersistentCheckpointStateCache", () => {
242240
{
243241
datastore,
244242
logger: testLogger(),
245-
shufflingCache: new ShufflingCache(),
246243
blockStateCache: new FIFOBlockStateCache({}, {}),
247244
},
248245
{maxCPStateEpochsInMemory: 2}
@@ -548,7 +545,6 @@ describe("PersistentCheckpointStateCache", () => {
548545
{
549546
datastore,
550547
logger: testLogger(),
551-
shufflingCache: new ShufflingCache(),
552548
blockStateCache: new FIFOBlockStateCache({}, {}),
553549
},
554550
{maxCPStateEpochsInMemory: 1}
@@ -820,7 +816,6 @@ describe("PersistentCheckpointStateCache", () => {
820816
{
821817
datastore,
822818
logger: testLogger(),
823-
shufflingCache: new ShufflingCache(),
824819
blockStateCache: new FIFOBlockStateCache({}, {}),
825820
},
826821
{maxCPStateEpochsInMemory: 0}
@@ -911,7 +906,6 @@ describe("PersistentCheckpointStateCache", () => {
911906
{
912907
datastore,
913908
logger: testLogger(),
914-
shufflingCache: new ShufflingCache(),
915909
blockStateCache: new FIFOBlockStateCache({}, {}),
916910
},
917911
{maxCPStateEpochsInMemory: 0}

0 commit comments

Comments
 (0)