feat: Added ConstantPrice capability

This commit is contained in:
domenicodev
2024-01-08 16:53:55 +01:00
parent 8798fc7313
commit 46e9a3dd0e
2 changed files with 3 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ contract IntegralSwapAdapterTest is Test, ISwapAdapterTypes {
IERC20(t1)
);
assertEq(res.length, 3);
assertEq(res.length, 4);
}
function testGetTokensIntegral() public {