Skip to content

Commit

Permalink
Remove test code.
Browse files Browse the repository at this point in the history
(Added in #1022.)
  • Loading branch information
branlwyd committed Nov 7, 2024
1 parent e3dd3a8 commit 423b0fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/field/src/PrimeField.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ describe("PrimeField;", () => {
expect(F.addVectorElements(fv1, fv2).values).to.deep.equal(
vr.map((n) => F.mod(n)),
);
expect(false); // XXX
});
});

Expand Down

0 comments on commit 423b0fe

Please sign in to comment.