Skip to content

Commit 48a4198

Browse files
committed
Fix tests
1 parent 1579555 commit 48a4198

File tree

3 files changed

+273
-91
lines changed

3 files changed

+273
-91
lines changed

Cargo.lock

Lines changed: 101 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ console = { version = "0.15.8", optional = true }
8282
[dev-dependencies]
8383
http-body = "1.0"
8484
iroh-test = { version = "0.28" }
85+
iroh-net = { version = "0.28", features = ["test-utils"] }
8586
futures-buffered = "0.2.4"
8687
proptest = "1.0.0"
8788
serde_json = "1.0.107"
@@ -95,7 +96,6 @@ tempfile = "3.10.0"
9596
futures-util = "0.3.30"
9697
testdir = "0.9.1"
9798

98-
9999
[features]
100100
default = ["fs-store", "rpc", "net_protocol"]
101101
downloader = ["dep:parking_lot", "tokio-util/time", "dep:hashlink"]

0 commit comments

Comments
 (0)