maint(ct): clean up L1StandardBridge tests#2458
Conversation
Cleans up tests for the L1StandardBridge. Removes a lot of unnecessary code and simplifies certain tests by bundling things into a single assertion.
|
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
No changeset needed for test changes. |
maurelian
left a comment
There was a problem hiding this comment.
I see no change in the actual functionality being tested. LGTM.
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Cleans up the deposit gas spec tests using the same techniques as found in ethereum-optimism#2458 and ethereum-optimism#2459. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Cleans up tests for the L1StandardBridge. Removes a lot of unnecessary code and simplifies certain tests by bundling things into a single assertion. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
### Description Small PR to hide the logo on the landing page.
Description
Cleans up tests for the L1StandardBridge. Removes a lot of unnecessary
code and simplifies certain tests by bundling things into a single
assertion.