Skip to content

Commit

Permalink
Update test for the failure case
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <jim.zhang@kaleido.io>
  • Loading branch information
jimthematrix committed Aug 7, 2024
1 parent 42dc062 commit 66197cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkp/js/test/anon_nullifier_kyc.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ describe('main circuit tests for Zeto fungible tokens with anonymity, KYC, using
error = e;
}
expect(error).to.match(/Error in template Zeto_254 line: 126/);
expect(error).to.match(/Error in template CheckSMTProof_253 line: 42/);
expect(error).to.match(/Error in template CheckSMTProof_253 line: 46/);
});

it('should generate a valid proof that can be verified successfully', async () => {
Expand Down

0 comments on commit 66197cd

Please sign in to comment.