Skip to content

Commit

Permalink
tests: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 13, 2024
1 parent 57d2964 commit 6578102
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/op-stack/actions/waitForNextL2Output.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,5 @@ test('default', async () => {
l2BlockNumber: 19494651n,
targetChain: optimism,
})
expect(output).toMatchInlineSnapshot(`
{
"l2BlockNumber": 121317926n,
"outputIndex": 62n,
"outputRoot": "0x584c779fd3fda51ea72aa33725cbd18ff7e7071020108193cee79b7ecf9b0efc",
"timestamp": 1718236031n,
}
`)
expect(output).toBeDefined()
}, 20_000)

0 comments on commit 6578102

Please sign in to comment.