Commit 33cafd95 authored by Wilson Cusack's avatar Wilson Cusack

lint

parent 4c76f6b2
...@@ -43,8 +43,8 @@ describe('prove message', () => { ...@@ -43,8 +43,8 @@ describe('prove message', () => {
expect(txReceipt).toBeDefined() expect(txReceipt).toBeDefined()
expect(await crossChainMessenger.getMessageStatus(txWithdrawalHash, 0, 0, 0)).toBe( expect(
MessageStatus.RELAYED await crossChainMessenger.getMessageStatus(txWithdrawalHash, 0, 0, 0)
) ).toBe(MessageStatus.RELAYED)
}, 20_000) }, 20_000)
}) })
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment