Skip to content

Commit

Permalink
Update Dataworker.buildRoots.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Feb 1, 2024
1 parent a105378 commit c5025f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Dataworker.buildRoots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,6 @@ describe("Dataworker: Build merkle roots", async function () {
});
expect(merkleRoot2.leaves).excludingEvery(["groupIndex", "leafId"]).to.deep.equal(expectedLeaves2);
});
describe("V3 events", function () {});
// describe("V3 events", function () {});
});
});

0 comments on commit c5025f2

Please sign in to comment.