We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6995e0b + 062565e commit 2833e73Copy full SHA for 2833e73
1 file changed
packages/testing/ts/__tests__/e2e.test.ts
@@ -892,7 +892,7 @@ describe("e2e tests", function test() {
892
await publish({
893
maciAddress: maciAddresses.maciContractAddress,
894
publicKey: users[i].publicKey.serialize(),
895
- stateIndex: 1n,
+ stateIndex: BigInt(i + 1),
896
voteOptionIndex: 0n,
897
nonce: 1n,
898
pollId: 0n,
0 commit comments