Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Jun 23, 2023
1 parent 9c2cf7e commit a844288
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/beacon-node/test/unit/util/kzg.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,7 @@ describe("C-KZG", async () => {
expect(signedBlobSidecars.length).to.equal(2);

// Full validation
validateBlobSidecars(
slot,
blockRoot,
kzgCommitments,
blobSidecars
);
validateBlobSidecars(slot, blockRoot, kzgCommitments, blobSidecars);

signedBlobSidecars.forEach(async (signedBlobSidecar) => {
await validateGossipBlobSidecar(chain.config, chain, signedBlobSidecar, signedBlobSidecar.message.index);
Expand Down

0 comments on commit a844288

Please sign in to comment.