Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Mar 24, 2023
1 parent 58d04c8 commit 3b52d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/beacon-node/test/utils/stub/beaconDb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ export class StubbedBeaconDb extends BeaconDb {
this.depositDataRoot = createStubInstance(DepositDataRootRepository);
this.eth1Data = createStubInstance(Eth1DataRepository);
this.blobSidecars = createStubInstance(BlobSidecarsRepository);
this.blobSidecarsArchive = createStubInstance(BlobSidecarsArchiveRepository);
}
}

0 comments on commit 3b52d7b

Please sign in to comment.