mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-02-17 04:27:08 +00:00
Revert "Test a test failure"
This reverts commit ab5afd38f3d634a86045e234ec1329ed0f1dcd72.
This commit is contained in:
parent
ab5afd38f3
commit
66a4d2a896
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user