We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9596c9c commit c58bce6Copy full SHA for c58bce6
test/unit/router-plus/SuperformRouterPlus.t.sol
@@ -2516,12 +2516,6 @@ contract SuperformRouterPlusTest is ProtocolActions {
2516
SuperformRouterPlusAsync(ROUTER_PLUS_ASYNC_SOURCE).approveRefund(1);
2517
vm.stopPrank();
2518
2519
- /// @dev testing invalid refund data
2520
- vm.startPrank(deployer);
2521
- vm.expectRevert(ISuperformRouterPlusAsync.INVALID_REFUND_DATA.selector);
2522
- SuperformRouterPlusAsync(ROUTER_PLUS_ASYNC_SOURCE).approveRefund(3);
2523
- vm.stopPrank();
2524
-
2525
/// @dev testing valid refund approval
2526
uint256 balanceBefore = MockERC20(refundToken).balanceOf(deployer);
2527
uint256 routerBalanceBefore = MockERC20(refundToken).balanceOf(address(ROUTER_PLUS_ASYNC_SOURCE));
0 commit comments