Skip to content

Commit 5d2d605

Browse files
chore: death to ugly numbers
1 parent 73fbf86 commit 5d2d605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Governance.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2478,7 +2478,7 @@ abstract contract GovernanceTest is Test {
24782478
// we accrue exactly `initialVotingPower`
24792479
vm.warp(block.timestamp + initialVotingPower);
24802480

2481-
governance.depositLQTY(583399417581888701);
2481+
governance.depositLQTY(1 ether);
24822482

24832483
address[] memory initiativesToReset; // left empty
24842484
int256[] memory votes = new int256[](initiatives.length);
@@ -2553,7 +2553,7 @@ abstract contract GovernanceTest is Test {
25532553
// we accrue exactly `initialVotingPower`
25542554
vm.warp(block.timestamp + initialVotingPower);
25552555

2556-
governance.depositLQTY(583399417581888701);
2556+
governance.depositLQTY(1 ether);
25572557

25582558
for (uint256 i = 0; i < numWithdrawals; ++i) {
25592559
governance.withdrawLQTY(1);

0 commit comments

Comments
 (0)