Skip to content

Commit

Permalink
test: unskip test_swapExactTokenForYt_SwapsWETH
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlak committed Jun 17, 2024
1 parent df86c86 commit b348e30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/SwapExactTokenForYt.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ contract SwapExactTokenForYtTest is SetUp {
using FixedPointMathLib for uint256;

function test_swapExactTokenForYt_SwapsWETH() public useSYPool withWETH(address(this), 1 ether) {
skip();
uint256 amountIn = 1 ether;
PYIndex index = YT.newIndex();
console2.log("before");
Expand Down

0 comments on commit b348e30

Please sign in to comment.