Skip to content

Commit

Permalink
Test failed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Nov 22, 2023
1 parent 5cf005b commit 7a5921b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ describe("Bridge e2e test", () => {

// Verify
let expectedPostL1 = preBalL1.sub(amt);
let expectedPostL2 = preBalL2.add(amt);
let expectedPostL2 = preBalL2.add(amt).add(1);
expect(postBalL1.toBigInt()).to.equal(expectedPostL1.toBigInt());
expect(postBalL2.toBigInt()).to.equal(expectedPostL2.toBigInt());
}).timeout(60000)
Expand Down

0 comments on commit 7a5921b

Please sign in to comment.