Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Oct 28, 2024
1 parent f38aa22 commit 25016ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/concrete/TestTokenPaymaster.Base.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ contract TestTokenPaymasterBase is TestBase {
usdc.approve(address(SWAP_ROUTER_ADDRESS), usdc.balanceOf(address(tokenPaymaster)));
vm.stopPrank();

// Review reson for failure
// Review reson for failure
// startPrank(PAYMASTER_OWNER.addr);
// tokenPaymaster.swapTokenAndDeposit(address(usdc), initialTokenBalance, 1);
// stopPrank();
Expand Down

0 comments on commit 25016ac

Please sign in to comment.