Skip to content

Commit

Permalink
Update ConstantProductPool.test.ts
Browse files Browse the repository at this point in the history
fix test case description
  • Loading branch information
jiro-ono committed Nov 25, 2022
1 parent 6d6580e commit 0d7f013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/constant-product/ConstantProductPool.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ describe("Constant Product Pool", () => {
expect(await token1.balanceOf(bob.address)).to.be.above(0);
});

it("simple swap token1 to token0", async () => {
it("swaps token1 to token0", async () => {
const bob = await ethers.getNamedSigner("bob");
const bento = await ethers.getContract<BentoBoxV1>("BentoBoxV1");
const pool = await initializedConstantProductPool();
Expand Down

0 comments on commit 0d7f013

Please sign in to comment.