Skip to content

Commit c58bce6

Browse files
committed
fix: rm invalid_refund_data test case
1 parent 9596c9c commit c58bce6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/unit/router-plus/SuperformRouterPlus.t.sol

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,12 +2516,6 @@ contract SuperformRouterPlusTest is ProtocolActions {
25162516
SuperformRouterPlusAsync(ROUTER_PLUS_ASYNC_SOURCE).approveRefund(1);
25172517
vm.stopPrank();
25182518

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-
25252519
/// @dev testing valid refund approval
25262520
uint256 balanceBefore = MockERC20(refundToken).balanceOf(deployer);
25272521
uint256 routerBalanceBefore = MockERC20(refundToken).balanceOf(address(ROUTER_PLUS_ASYNC_SOURCE));

0 commit comments

Comments
 (0)