Skip to content

Commit 7fa1ef6

Browse files
committed
update tests
1 parent c37af9c commit 7fa1ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/execution/pruner/core_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ func TestLoopPruneExecutionDataFromRootToLatestSealed(t *testing.T) {
4040

4141
transactions := store.NewTransactions(metrics, db)
4242
collections := store.NewCollections(db, transactions)
43-
storedChunkDataPacks := store.NewStoredChunkDataPacks(metrics, pebbleimpl.ToDB(pdb), 1000)
44-
chunkDataPacks := store.NewChunkDataPacks(metrics, pebbleimpl.ToDB(pdb), storedChunkDataPacks, collections, 1000)
43+
storedChunkDataPacks := store.NewStoredChunkDataPacks(metrics, db, 1000)
44+
chunkDataPacks := store.NewChunkDataPacks(metrics, db, storedChunkDataPacks, collections, 1000)
4545

4646
lastSealedHeight := 30
4747
lastFinalizedHeight := lastSealedHeight + 2 // 2 finalized but unsealed

0 commit comments

Comments
 (0)