Merge branch 'refs/heads/main' into pm/eng-3406-add-swap-bytes-param

This commit is contained in:
PierreMkt
2024-08-05 10:44:55 -04:00
4 changed files with 24 additions and 23 deletions

View File

@@ -243,6 +243,6 @@ contract BalancerV2SwapAdapterTest is AdapterTest {
function testBalancerV2PoolBehaviour() public {
bytes32[] memory poolIds = new bytes32[](1);
poolIds[0] = B_80BAL_20WETH_POOL_ID;
testPoolBehaviour(adapter, poolIds);
runPoolBehaviourTest(adapter, poolIds);
}
}