Skip to content

Commit

Permalink
test: balance check
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Sep 12, 2024
1 parent fb4a94d commit 83b0485
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/Accounting.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,6 @@ contract AccountingTest is Setup {
// Should still have shares but no assets
checkStrategyTotals(strategy, 0, 0, 0, _amount);

assertEq(asset.balanceOf(_address), 0);
assertEq(strategy.balanceOf(_address), _amount);
assertEq(asset.balanceOf(address(strategy)), 0);
assertEq(asset.balanceOf(address(yieldSource)), 0);
Expand Down Expand Up @@ -682,7 +681,6 @@ contract AccountingTest is Setup {
// Should still have shares but no assets
checkStrategyTotals(strategy, 0, 0, 0, _amount);

assertEq(asset.balanceOf(_address), 0);
assertEq(strategy.balanceOf(_address), _amount);
assertEq(asset.balanceOf(address(strategy)), 0);
assertEq(asset.balanceOf(address(yieldSource)), 0);
Expand Down

0 comments on commit 83b0485

Please sign in to comment.