Test a test failure
This commit is contained in:
parent
6cc5cb07e0
commit
ab5afd38f3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue