Skip to content

Commit

Permalink
Update publicInputFile path
Browse files Browse the repository at this point in the history
  • Loading branch information
wshino committed Sep 10, 2024
1 parent c759ca5 commit 3fb0904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/test/IntegrationZKSync.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ contract IntegrationZKSyncTest is Test {
publicInputFile = vm.readFile(
string.concat(
vm.projectRoot(),
"/test/build_integration/email_auth_with_body_parsing_with_qp_encoding_proof.json"
"/test/build_integration/email_auth_with_body_parsing_with_qp_encoding_public.json"
)
);
pubSignals = abi.decode(vm.parseJson(publicInputFile), (string[]));
Expand Down

0 comments on commit 3fb0904

Please sign in to comment.