Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thurendous committed Sep 6, 2024
1 parent a8dae8d commit 726fe00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/VotingPowerExchange.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ contract VotingPowerExchangeUnitTest is Test {
uint256 actualVotingPower4 = votingPowerExchange.calculateVotingPowerFromBurnedAmount(amount4);
assertApproxEqRel(actualVotingPower4, expectedVotingPower4, 0.001e16);


// test case 5: 15092 * 1e18 -> 44.70679 * 1e18
uint256 amount5 = 15092 * 1e18;
uint256 expectedVotingPower5 = 43.70679 * 1e18;
Expand Down Expand Up @@ -161,7 +160,7 @@ contract VotingPowerExchangeUnitTest is Test {
uint256(73745),
uint256(75240)
];

uint256[100] memory expectedVotingPowers = [
uint256(0),
uint256(1),
Expand Down

0 comments on commit 726fe00

Please sign in to comment.