Skip to content

Commit 31d9a0c

Browse files
authored
Update VotingV2.js
1 parent 8079092 commit 31d9a0c

File tree

1 file changed

+1
-1
lines changed
  • packages/core/test/hardhat/data-verification-mechanism

1 file changed

+1
-1
lines changed

packages/core/test/hardhat/data-verification-mechanism/VotingV2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3585,7 +3585,7 @@ describe("VotingV2", function () {
35853585
assert.equal((await voting.methods.voterStakes(account1).call()).stake, toWei("32000000").add(toWei("108800")));
35863586
assert.equal((await voting.methods.voterStakes(account1).call()).unappliedSlash, toWei("108625.92"));
35873587

3588-
// Now, update to request 3 (the final request. we should see 2x the unapplied slasing now applied to the ballance.
3588+
// Now, update to request 3 (the final request. we should see 2x the unapplied slasing now applied to the balance.
35893589
await voting.methods.updateTrackersRange(account1, 1).send({ from: account1 });
35903590
assert.equal((await voting.methods.voterStakes(account1).call()).nextIndexToProcess, 3);
35913591
let expectedStake = toWei("32000000").add(toWei("108800")).add(toWei("108625.92")).add(toWei("108625.92"));

0 commit comments

Comments
 (0)