Skip to content

Commit

Permalink
removed old todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro-ono committed Nov 24, 2022
1 parent b045e09 commit 86c838c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/stable-pool/StablePool.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ describe("Stable Pool", () => {
});

it("returns 1000000000 given input of token1 in 1e18:1e18 pool, with bar fee 0 & swap fee 0", async () => {
//todo: need to rework the fixture for these
const bentoBox = await ethers.getContract<BentoBoxV1>("BentoBoxV1");
const pool = await vanillaInitializedStablePool();
const shareIn = await bentoBox.toShare(await pool.token1(), 1000000000, false);
Expand Down

0 comments on commit 86c838c

Please sign in to comment.