Skip to content

Commit

Permalink
add check for passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
eukadish committed Sep 18, 2024
1 parent 213579d commit 3c5e1ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/morpho/MorphoUnderlyingAdapter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ contract MorphoUnderlyingAdapterTest is Test {

function testRecover(uint256 _amount, address _reciever) external {
vm.assume(_reciever != address(0));
vm.assume(_reciever != address(adapter));

ERC20 testToken = new ERC20("Test Token", "TTT");
deal(address(testToken), address(adapter), _amount);
Expand Down

0 comments on commit 3c5e1ce

Please sign in to comment.