Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek105 committed Aug 18, 2023
1 parent d50335b commit 92880a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/Deployer.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ contract DeployerTest is Test {
(,,,uint256 fundAvailable,,) = grantFund.getDistributionPeriodInfo(1);

assertEq(grantFund.treasury(), treasury - fundAvailable);

assertEq(fundAvailable, treasury * 3 / 100);
}
}

0 comments on commit 92880a9

Please sign in to comment.