Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Dec 7, 2023
1 parent 3a9c22a commit 09074c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/circuits/data/linked-nullifier-inputs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"linkID": "12341231236643",
"linkNonce": "35346346369657418",
"issuerClaim": [
"3583233690122716044519380227940806650830",
Expand Down
1 change: 0 additions & 1 deletion tests/circuits/linked-nullifier.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ describe('linked-nullifier', () => {
const claim = defaultUserClaim(id);

const inputs = new LinkedNullifierInputs();
inputs.linkID = BigInt('12341231236643');
inputs.linkNonce = BigInt('35346346369657418');
inputs.issuerClaim = claim;
inputs.id = user.id;
Expand Down

0 comments on commit 09074c3

Please sign in to comment.