Skip to content

Commit

Permalink
cleanup coment
Browse files Browse the repository at this point in the history
  • Loading branch information
chimera-defi committed Aug 21, 2024
1 parent 21fe833 commit eea73b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/v2/core/withdrawQueue.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ describe("WithdrawalQueue", () => {
.withArgs();

await withdrawalQueue.connect(bob).redeem(parseEther("30"), bob.address, bob.address);

// await expect(withdrawalQueue.connect(bob).requestRedeem(parseEther("30"), bob.address, bob.address))
// .to.be.emit(withdrawalQueue, "RedeemRequest")
// .withArgs(bob.address, bob.address, 1, bob.address, parseEther("30"));
});

it("request redeem flow", async () => {
Expand Down

0 comments on commit eea73b2

Please sign in to comment.