Skip to content

Commit 686470a

Browse files
committed
move to test-lab
1 parent ae68278 commit 686470a

File tree

11 files changed

+3
-2
lines changed

11 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ members = [
77
"examples/client-mithril-stake-distribution",
88
"examples/client-snapshot",
99
"mithril-aggregator",
10-
"mithril-aggregator-fake",
1110
"mithril-client",
1211
"mithril-client-cli",
1312
"mithril-client-wasm",
1413
"mithril-common",
1514
"mithril-relay",
1615
"mithril-signer",
1716
"mithril-stm",
17+
"mithril-test-lab/mithril-aggregator-fake",
1818
"mithril-test-lab/mithril-end-to-end",
1919
]
2020

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data/*

mithril-aggregator-fake/Cargo.toml renamed to mithril-test-lab/mithril-aggregator-fake/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ tracing-subscriber = "0.3.18"
2626

2727
[dev-dependencies]
2828
http = "0.2.9"
29-
mithril-common = { "path" = "../mithril-common", features = ["test_tools", "random"] }
29+
mithril-common = { "path" = "../../mithril-common", features = ["test_tools", "random"] }
3030
reqwest = "0.11.23"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)