We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5b97d commit 2dca088Copy full SHA for 2dca088
test/modules/SwapModule.t.sol
@@ -189,7 +189,7 @@ contract SwapModule is BaseTest {
189
* @notice Tests swap failure scenarios
190
* @dev Attempts swap with non-whitelisted token to verify proper error handling
191
*/
192
- function testRevertWhenTokenNotWhitelisted() public {
+ function testFailInvalidSwap() public {
193
uint256 amountIn = 1000e6;
194
_fundWallet(moduleWalletAddress, amountIn);
195
0 commit comments