Skip to content

Commit

Permalink
cleanup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Apr 23, 2024
1 parent de3e1c7 commit 45e9c9a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/program_report.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ describe("Shell format", () => {
});

it("should compare 1 to 2", () => {
// const srcContractReports = cmpContractReports.map((program) => {
// const circuitReport = { name: "main", acir_opcodes: 0, circuit_size: 0 };
// const programReport = {
// package_name: program.package_name,
// functions: [circuitReport],
// };
// return programReport;
// });
const contractDiffs = computeProgramDiffs(srcContractReports, cmpContractReports);
expect(contractDiffs.length).toBeGreaterThan(0);

Expand Down

0 comments on commit 45e9c9a

Please sign in to comment.