Skip to content

Commit

Permalink
Fix test dependency from zebra-rpc to zebra-network (#5992)
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Jan 19, 2023
1 parent b3a4807 commit 67194c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ proptest-impl = [
"proptest-derive",
"zebra-consensus/proptest-impl",
"zebra-state/proptest-impl",
"zebra-network/proptest-impl",
"zebra-chain/proptest-impl",
]

Expand Down Expand Up @@ -79,5 +80,8 @@ thiserror = "1.0.38"
tokio = { version = "1.24.2", features = ["full", "tracing", "test-util"] }

zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-consensus = { path = "../zebra-consensus", features = ["proptest-impl"] }
zebra-network = { path = "../zebra-network", features = ["proptest-impl"] }
zebra-state = { path = "../zebra-state", features = ["proptest-impl"] }

zebra-test = { path = "../zebra-test" }

0 comments on commit 67194c4

Please sign in to comment.