Skip to content

Commit 54f9965

Browse files
gusinaciolutter
authored andcommitted
graph,store: add tests for load_related
1 parent de4a3ea commit 54f9965

File tree

4 files changed

+430
-15
lines changed

4 files changed

+430
-15
lines changed

Cargo.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graph/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,12 @@ web3 = { git = "https://github.com/graphprotocol/rust-web3", branch = "graph-pat
6666
serde_plain = "1.0.1"
6767

6868
[dev-dependencies]
69+
test-store = { path = "../store/test-store" }
70+
graph-store-postgres = { path = "../store/postgres" }
71+
graph-chain-ethereum = { path = "../chain/ethereum" }
6972
clap = { version = "3.2.23", features = ["derive", "env"] }
7073
maplit = "1.0.2"
74+
hex-literal = "0.3"
7175

7276
[build-dependencies]
7377
tonic-build = { workspace = true }

0 commit comments

Comments
 (0)