Skip to content

Commit

Permalink
fix(test): Fixed integration test case (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd committed Dec 24, 2022
1 parent ecb9cc5 commit 4b0893e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/protocol/test/bridge/Bridge.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -980,12 +980,9 @@ describe("integration:Bridge", function () {
blockHeader
);

console.log("signal:", signal);
console.log("signalProof:", signalProof);

await expect(
l2Bridge.isMessageReceived(signal, srcChainId, signalProof)
).to.be.revertedWith("Invalid large internal hash");
).to.be.reverted;
});

it("should return true", async function () {
Expand Down

0 comments on commit 4b0893e

Please sign in to comment.