Skip to content

Commit eb2039c

Browse files
meetmangukiyamfw78
authored andcommitted
chore: use forked balancer
1 parent 0c42676 commit eb2039c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/BalancerSwap.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ interface IBalancerVault is IVault {
3838
function getInternalBalance(address user, IERC20[] calldata tokens) external view returns (uint256[] memory);
3939
}
4040

41-
contract BalancerSwapTest is Helper(false) {
41+
contract BalancerSwapTest is Helper(true) {
4242
IERC20Mintable token1;
4343
IERC20Mintable token2;
4444
IERC20Mintable token3;

0 commit comments

Comments
 (0)