Skip to content

Commit

Permalink
chore: fix MockGatewayClient not accessible in mempool p2p test (#3131)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonLStarkWare authored Jan 6, 2025
1 parent affb6a4 commit 434c5e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/starknet_mempool_p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ papyrus_protobuf.workspace = true
papyrus_test_utils.workspace = true
rand_chacha.workspace = true
starknet_api.workspace = true
starknet_gateway_types = { workspace = true, features = ["testing"] }
tokio = { workspace = true, features = ["full", "sync", "test-util"] }

0 comments on commit 434c5e9

Please sign in to comment.