Revert "Test a test failure"

This reverts commit ab5afd38f3.
This commit is contained in:
dancoffman 2022-11-22 13:00:33 -08:00
parent ab5afd38f3
commit 66a4d2a896
No known key found for this signature in database
GPG Key ID: 47B1F53E36A9B3CC
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ 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);