Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haythemsellami committed Jul 22, 2024
1 parent 45ff916 commit c3fd0d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/DepositRebalanceHarvestWithdrawE2ETest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ contract DepositRebalanceHarvestWithdrawE2ETest is EulerAggregationVaultBase {
assertEq(eulerAggregationVault.totalSupply(), totalSupplyBefore + amountToDeposit);
assertEq(eulerAggregationVault.totalAssetsDeposited(), totalAssetsDepositedBefore + amountToDeposit);
assertEq(assetTST.balanceOf(user1), userAssetBalanceBefore - amountToDeposit);
assertEq(eulerAggregationVault.numCheckpoints(user1), 0);
assertEq(eulerAggregationVault.balanceOf(user1), eulerAggregationVault.getVotes(user1));
}

// rebalance into strategy
Expand Down

0 comments on commit c3fd0d1

Please sign in to comment.