File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/core/test/hardhat/data-verification-mechanism Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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" ) ) ;
You can’t perform that action at this time.
0 commit comments