File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2478,7 +2478,7 @@ abstract contract GovernanceTest is Test {
2478
2478
// we accrue exactly `initialVotingPower`
2479
2479
vm.warp (block .timestamp + initialVotingPower);
2480
2480
2481
- governance.depositLQTY (583399417581888701 );
2481
+ governance.depositLQTY (1 ether );
2482
2482
2483
2483
address [] memory initiativesToReset; // left empty
2484
2484
int256 [] memory votes = new int256 [](initiatives.length );
@@ -2553,7 +2553,7 @@ abstract contract GovernanceTest is Test {
2553
2553
// we accrue exactly `initialVotingPower`
2554
2554
vm.warp (block .timestamp + initialVotingPower);
2555
2555
2556
- governance.depositLQTY (583399417581888701 );
2556
+ governance.depositLQTY (1 ether );
2557
2557
2558
2558
for (uint256 i = 0 ; i < numWithdrawals; ++ i) {
2559
2559
governance.withdrawLQTY (1 );
You can’t perform that action at this time.
0 commit comments