Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
haythemsellami committed May 28, 2024
1 parent f8c05a5 commit 801fd3d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/e2e/PerformanceFeeE2ETest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,11 @@ contract PerformanceFeeE2ETest is FourSixTwoSixAggBase {

// full withdraw of recipient fees
{
// uint256 amountToWithdraw = fourSixTwoSixAgg.balanceOf(user1);
uint256 totalAssetsDepositedBefore = fourSixTwoSixAgg.totalAssetsDeposited();
// uint256 aggregatorTotalSupplyBefore = fourSixTwoSixAgg.totalSupply();
uint256 assetTSTBalanceBefore = assetTST.balanceOf(feeRecipient);

uint256 feeShares = fourSixTwoSixAgg.balanceOf(feeRecipient);
uint256 expectedAssets = fourSixTwoSixAgg.convertToAssets(feeShares);
console2.log("feeShares", feeShares);
console2.log("expectedAssets", expectedAssets);
console2.log("totalSuppy", fourSixTwoSixAgg.totalSupply());

vm.prank(feeRecipient);
fourSixTwoSixAgg.redeem(feeShares, feeRecipient, feeRecipient);

Expand Down

0 comments on commit 801fd3d

Please sign in to comment.