Commit 4e2c44a4 authored by Wilson Cusack's avatar Wilson Cusack

lint

parent f57f3035
...@@ -25,9 +25,14 @@ describe('getMessageStatus', () => { ...@@ -25,9 +25,14 @@ describe('getMessageStatus', () => {
expect(txReceipt).toBeDefined() expect(txReceipt).toBeDefined()
expect(await crossChainMessenger.getMessageStatus(txWithdrawalHash, 0, 9370789 - 1000, 9370789)).toBe( expect(
MessageStatus.RELAYED await crossChainMessenger.getMessageStatus(
) txWithdrawalHash,
0,
9370789 - 1000,
9370789
)
).toBe(MessageStatus.RELAYED)
}, 20_000) }, 20_000)
it(`should return READY_FOR_RELAY if not in block range`, async () => { it(`should return READY_FOR_RELAY if not in block range`, async () => {
......
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