Skip to content

Commit

Permalink
docs: Remove receive function in SimplePlusAccountFactoryTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgonzalezra committed May 21, 2024
1 parent fb63a99 commit fc7ff1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/SimplePlusAccountFactory.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@ contract SimplePlusAccountFactoryTest is Test {
assertTrue(address(factual).codehash != bytes32(0));
assertEq(counterfactual, address(factual));
}

/// @dev Receive funds from withdraw.
receive() external payable { }
}

0 comments on commit fc7ff1c

Please sign in to comment.