Skip to content

Commit

Permalink
Revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Apr 19, 2024
1 parent 9dee032 commit fc3a4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/test/hooks/RateLimitedHook.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ contract RateLimitedHookTest is Test {
HypERC20 warpRouteRemote;

function _mintAndApprove(uint256 amount) internal {
token.mint(address(this), amount);
token.mint(amount);
token.approve(address(warpRouteLocal), amount);
}

Expand Down

0 comments on commit fc3a4e1

Please sign in to comment.