chore: rm redundant usv3 test

This commit is contained in:
royvardhan
2025-02-21 23:13:06 +05:30
parent 2f1507dd0e
commit 40bd37a1a4

View File

@@ -83,14 +83,6 @@ contract UniswapV3ExecutorTest is Test, Constants {
assertEq(computedPair, DAI_WETH_USV3); assertEq(computedPair, DAI_WETH_USV3);
} }
function testComputePairAddressInvalid() public view {
address maliciousPool = DUMMY; // Contract with malicious behavior
address computedPair =
uniswapV3Exposed.computePairAddress(WETH_ADDR, DAI_ADDR, 3000);
assertNotEq(computedPair, maliciousPool);
}
function testUSV3Callback() public { function testUSV3Callback() public {
uint24 poolFee = 3000; uint24 poolFee = 3000;
uint256 amountOwed = 1000000000000000000; uint256 amountOwed = 1000000000000000000;