diff --git a/test/unit/Deployer.t.sol b/test/unit/Deployer.t.sol index 346e70c..6d0cd6f 100644 --- a/test/unit/Deployer.t.sol +++ b/test/unit/Deployer.t.sol @@ -28,5 +28,7 @@ contract DeployerTest is Test { (,,,uint256 fundAvailable,,) = grantFund.getDistributionPeriodInfo(1); assertEq(grantFund.treasury(), treasury - fundAvailable); + + assertEq(fundAvailable, treasury * 3 / 100); } } \ No newline at end of file