fix: fix flaky test (#250)

This commit is contained in:
Matthias Seitz
2022-11-24 22:26:22 +01:00
committed by GitHub
parent a2817881db
commit 2e3c220104
3 changed files with 40 additions and 28 deletions

View File

@ -46,6 +46,7 @@ secp256k1 = { version = "0.24", features = [
[dev-dependencies]
# reth
reth-interfaces = { path = "../../interfaces", features = ["test-utils"] }
reth-tracing = { path = "../../tracing" }
rand = "0.8"