Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rklaehn committed Nov 21, 2024
1 parent 1579555 commit 48a4198
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 91 deletions.
102 changes: 101 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ console = { version = "0.15.8", optional = true }
[dev-dependencies]
http-body = "1.0"
iroh-test = { version = "0.28" }
iroh-net = { version = "0.28", features = ["test-utils"] }
futures-buffered = "0.2.4"
proptest = "1.0.0"
serde_json = "1.0.107"
Expand All @@ -95,7 +96,6 @@ tempfile = "3.10.0"
futures-util = "0.3.30"
testdir = "0.9.1"


[features]
default = ["fs-store", "rpc", "net_protocol"]
downloader = ["dep:parking_lot", "tokio-util/time", "dep:hashlink"]
Expand Down
Loading

0 comments on commit 48a4198

Please sign in to comment.