Skip to content

Commit

Permalink
move dwn-test-utils to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Dec 29, 2023
1 parent 112d263 commit 7dd3a40
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = [
"dwn",
"dwn-server",
"dwn-server/tests/utils"
"dwn-test-utils"
]

[workspace.package]
Expand Down
2 changes: 1 addition & 1 deletion dwn-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ tracing-subscriber = "0.3.18"
tracing-test = { version = "0.2.4", features = ["no-env-filter"] }

[dev-dependencies]
dwn-test-utils = { path = "tests/utils" }
dwn-test-utils = { path = "../dwn-test-utils" }
reqwest = { version = "0.11.22", features = ["json"] }
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ license.workspace = true
axum = "0.7.2"
didkit.workspace = true
dotenvy = "0.15.7"
dwn = { path = "../../../dwn" }
dwn-server = { path = "../../" }
dwn = { path = "../dwn" }
dwn-server = { path = "../dwn-server" }
port_check = "0.1.5"
reqwest = { version = "0.11.22", features = ["json"] }
serde_json = "1.0.108"
Expand Down
3 changes: 3 additions & 0 deletions dwn-test-utils/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# dwn-test-utils

Helpful functions used by dwn tests.
File renamed without changes.

0 comments on commit 7dd3a40

Please sign in to comment.