chore: keep test naming consistent

This commit is contained in:
royvardhan
2025-02-22 01:39:11 +05:30
parent 4b77128df2
commit f4f5b841e7
3 changed files with 5 additions and 5 deletions

View File

@@ -128,7 +128,7 @@ contract UniswapV3ExecutorTest is Test, Constants {
assertGe(IERC20(DAI_ADDR).balanceOf(address(this)), expAmountOut);
}
function test_RevertIf_InvalidTarget() public {
function testSwapFailureInvalidTarget() public {
uint256 amountIn = 10 ** 18;
deal(WETH_ADDR, address(uniswapV3Exposed), amountIn);
bool zeroForOne = false;