Skip to content

Commit 2dca088

Browse files
committed
[revert] ⏪ revert rename in swap-fail test
1 parent 5b5b97d commit 2dca088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/modules/SwapModule.t.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ contract SwapModule is BaseTest {
189189
* @notice Tests swap failure scenarios
190190
* @dev Attempts swap with non-whitelisted token to verify proper error handling
191191
*/
192-
function testRevertWhenTokenNotWhitelisted() public {
192+
function testFailInvalidSwap() public {
193193
uint256 amountIn = 1000e6;
194194
_fundWallet(moduleWalletAddress, amountIn);
195195

0 commit comments

Comments
 (0)