File tree 1 file changed +1
-1
lines changed
packages/core/test/hardhat/data-verification-mechanism
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3585,7 +3585,7 @@ describe("VotingV2", function () {
3585
3585
assert . equal ( ( await voting . methods . voterStakes ( account1 ) . call ( ) ) . stake , toWei ( "32000000" ) . add ( toWei ( "108800" ) ) ) ;
3586
3586
assert . equal ( ( await voting . methods . voterStakes ( account1 ) . call ( ) ) . unappliedSlash , toWei ( "108625.92" ) ) ;
3587
3587
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 .
3589
3589
await voting . methods . updateTrackersRange ( account1 , 1 ) . send ( { from : account1 } ) ;
3590
3590
assert . equal ( ( await voting . methods . voterStakes ( account1 ) . call ( ) ) . nextIndexToProcess , 3 ) ;
3591
3591
let expectedStake = toWei ( "32000000" ) . add ( toWei ( "108800" ) ) . add ( toWei ( "108625.92" ) ) . add ( toWei ( "108625.92" ) ) ;
You can’t perform that action at this time.
0 commit comments