Skip to content

Commit

Permalink
test: enable op prim arbitrary in e2e test-utils (#12862)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 26, 2024
1 parent fae44bf commit 13cd77c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions crates/e2e-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ reth-stages-types.workspace = true
reth-network-peers.workspace = true
reth-engine-local.workspace = true

# currently need to enable this for workspace level
reth-optimism-primitives = { workspace = true, features = ["arbitrary"] }

# rpc
jsonrpsee.workspace = true
url.workspace = true
Expand Down

0 comments on commit 13cd77c

Please sign in to comment.