Skip to content

Commit

Permalink
chore: move sui-adapter-transactional-tests to crates directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed May 16, 2022
1 parent bd335da commit 1cce6e9
Show file tree
Hide file tree
Showing 30 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
members = [
"crates/sui-adapter-transactional-tests",
"crates/sui-config",
"crates/sui-network",
"crates/sui-transactional-test-runner",
Expand All @@ -12,7 +13,6 @@ members = [
"sui/open_rpc/macros",
"sui_core",
"sui_programmability/adapter",
"sui_programmability/adapter/transactional-tests",
"sui_programmability/framework",
"test_utils",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"

[dev-dependencies]
datatest-stable = "0.1.1"
sui-transactional-test-runner = { path = "../../../crates/sui-transactional-test-runner" }
sui-transactional-test-runner = { path = "../sui-transactional-test-runner" }

[[test]]
name = "tests"
Expand Down

0 comments on commit 1cce6e9

Please sign in to comment.