Skip to content

Commit

Permalink
Update e2e.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Feb 12, 2024
1 parent 1e83d42 commit f102a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe("Bridge e2e test", () => {
})).to.be.rejectedWith("UNPREDICTABLE_GAS_LIMIT");
}).timeout(2400000)

it.only("should not deposit IMX if balance is insufficient", async() => {
it("should not deposit IMX if balance is insufficient", async() => {
let balance = await rootIMX.balanceOf(rootTestWallet.address);

let amt = balance.add(1);
Expand Down

0 comments on commit f102a3e

Please sign in to comment.