Skip to content

Commit 2833e73

Browse files
authored
Merge pull request #2868 from privacy-ethereum/fix/isolated/maci-17-correct-state-index-for-messages
fix(testing): maci 17 correct state index for messages
2 parents 6995e0b + 062565e commit 2833e73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/testing/ts/__tests__/e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ describe("e2e tests", function test() {
892892
await publish({
893893
maciAddress: maciAddresses.maciContractAddress,
894894
publicKey: users[i].publicKey.serialize(),
895-
stateIndex: 1n,
895+
stateIndex: BigInt(i + 1),
896896
voteOptionIndex: 0n,
897897
nonce: 1n,
898898
pollId: 0n,

0 commit comments

Comments
 (0)