Skip to content

Commit

Permalink
move to test-lab
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubertpalo committed Jan 17, 2024
1 parent ae68278 commit 686470a
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ members = [
"examples/client-mithril-stake-distribution",
"examples/client-snapshot",
"mithril-aggregator",
"mithril-aggregator-fake",
"mithril-client",
"mithril-client-cli",
"mithril-client-wasm",
"mithril-common",
"mithril-relay",
"mithril-signer",
"mithril-stm",
"mithril-test-lab/mithril-aggregator-fake",
"mithril-test-lab/mithril-end-to-end",
]

Expand Down
1 change: 1 addition & 0 deletions mithril-test-lab/mithril-aggregator-fake/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
data/*
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ tracing-subscriber = "0.3.18"

[dev-dependencies]
http = "0.2.9"
mithril-common = { "path" = "../mithril-common", features = ["test_tools", "random"] }
mithril-common = { "path" = "../../mithril-common", features = ["test_tools", "random"] }
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 comments on commit 686470a

Please sign in to comment.