Skip to content

Commit

Permalink
test(coordinator): add pollJoiningZkeyPath in app.test
Browse files Browse the repository at this point in the history
  • Loading branch information
djanluka committed Aug 19, 2024
1 parent 26d69e8 commit 9c78bfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coordinator/tests/app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ describe("AppController (e2e)", () => {
intStateTreeDepth: INT_STATE_TREE_DEPTH,
voteOptionTreeDepth: VOTE_OPTION_TREE_DEPTH,
messageBatchSize: MESSAGE_BATCH_SIZE,
pollJoiningZkeyPath: path.resolve(__dirname, "../zkeys/PollJoining_10_test/PollJoining_10_test.0.zkey"),
processMessagesZkeyPathNonQv: path.resolve(
__dirname,
"../zkeys/ProcessMessagesNonQv_10-20-2_test/ProcessMessagesNonQv_10-20-2_test.0.zkey",
Expand Down

0 comments on commit 9c78bfd

Please sign in to comment.