Test a test failure

This commit is contained in:
dancoffman 2022-11-22 12:59:36 -08:00
parent 6cc5cb07e0
commit ab5afd38f3
No known key found for this signature in database
GPG Key ID: 47B1F53E36A9B3CC
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ describe("C-KZG", () => {
});
it("computes the correct commitments and aggregate proof from blobs", () => {
expect(false).toBe(true);
let blobs = new Array(2).fill(0).map(generateRandomBlob);
let commitments = blobs.map(blobToKzgCommitment);
let proof = computeAggregateKzgProof(blobs);