diff --git a/zkp/js/test/anon.js b/zkp/js/test/anon.js index aa9735d..b3d7505 100644 --- a/zkp/js/test/anon.js +++ b/zkp/js/test/anon.js @@ -129,7 +129,7 @@ describe('main circuit tests for Zeto fungible tokens with anonymity without enc err = e; } // console.log(err); - expect(err).to.match(/Error in template CheckHashesAndSum_89 line: 95/); + expect(err).to.match(/Error in template CheckHashesAndSum_89 line: 110/); }); it('should generate a valid proof that can be verified successfully', async () => { diff --git a/zkp/js/test/anon_enc.js b/zkp/js/test/anon_enc.js index 99b2236..335eaee 100644 --- a/zkp/js/test/anon_enc.js +++ b/zkp/js/test/anon_enc.js @@ -142,7 +142,7 @@ describe('main circuit tests for Zeto fungible tokens with anonymity with encryp err = e; } // console.log(err); - expect(err).to.match(/Error in template CheckHashesAndSum_89 line: 95/); + expect(err).to.match(/Error in template CheckHashesAndSum_89 line: 110/); }); it('should generate a valid proof that can be verified successfully', async () => { diff --git a/zkp/js/test/anon_enc_nullifier.js b/zkp/js/test/anon_enc_nullifier.js index a772065..b2aa837 100644 --- a/zkp/js/test/anon_enc_nullifier.js +++ b/zkp/js/test/anon_enc_nullifier.js @@ -268,8 +268,8 @@ describe('main circuit tests for Zeto fungible tokens with encryption and anonym err = e; } // console.log(err); - expect(err).to.match(/Error in template CheckNullifierHashesAndSum_246 line: 156/); - expect(err).to.match(/Error in template Zeto_254 line: 46/); + expect(err).to.match(/Error in template CheckNullifierHashesAndSum_246 line: 171/); + expect(err).to.match(/Error in template Zeto_254 line: 61/); }); it('should generate a valid proof that can be verified successfully', async () => { diff --git a/zkp/js/test/check_nullifiers.js b/zkp/js/test/check_nullifiers.js index 6c6cb63..4cae668 100644 --- a/zkp/js/test/check_nullifiers.js +++ b/zkp/js/test/check_nullifiers.js @@ -116,7 +116,7 @@ describe('check-nullifiers circuit tests', () => { err = e; } // console.log(err); - expect(err).to.match(/Error in template CheckNullifiers_155 line: 63/); + expect(err).to.match(/Error in template CheckNullifiers_155 line: 78/); }); it('should generate a valid proof using groth16 that can be verified successfully', async () => {