Skip to content

Commit

Permalink
Revert "Test failed CI"
Browse files Browse the repository at this point in the history
This reverts commit c097fdb.
  • Loading branch information
wcgcyx committed Nov 22, 2023
1 parent c097fdb commit 19363ae
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 @@ -384,7 +384,7 @@ describe("Bridge e2e test", () => {
}

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

0 comments on commit 19363ae

Please sign in to comment.