Skip to content

Commit 8a37d76

Browse files
committed
chore: cleanup
1 parent 38d8bbb commit 8a37d76

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

Cargo.lock

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ iroh-blobs = { version = "0.98", default-features = false }
3737
iroh-gossip = { version = "0.96", features = ["net"], default-features = false }
3838
iroh-metrics = { version = "0.38", default-features = false }
3939
irpc = { version = "0.12.0", default-features = false }
40+
n0-error = "0.1.0"
4041
n0-future = { version = "0.3.1", features = ["serde"] }
4142
num_enum = "0.7"
4243
postcard = { version = "1", default-features = false, features = [
@@ -57,7 +58,6 @@ tokio = { version = "1", features = ["sync", "rt", "time", "io-util"] }
5758
tokio-stream = { version = "0.1", features = ["sync"] }
5859
tokio-util = { version = "0.7.12", features = ["codec", "io-util", "io", "rt"] }
5960
tracing = "0.1"
60-
n0-error = "0.1.0"
6161

6262
[dev-dependencies]
6363
data-encoding = "2.6.0"
@@ -72,13 +72,8 @@ testdir = "0.7"
7272
testresult = "0.4.1"
7373
tokio = { version = "1", features = ["sync", "macros"] }
7474
tracing-test = "0.2.5"
75-
76-
7775
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
7876

79-
[target.'cfg(target_arch = "wasm32")'.dependencies]
80-
tracing-subscriber = { version = "0.3.20", default-features = false, features = ["env-filter", "fmt", "json", "registry"] }
81-
8277
[features]
8378
default = ["metrics", "rpc", "fs-store"]
8479
metrics = ["iroh-metrics/metrics", "iroh/metrics"]

tests/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async fn sync_simple() -> Result<()> {
110110
assert_latest(blobs1, &doc1, b"k1", b"v1").await;
111111

112112
info!("node0: assert 2 events");
113-
assert_next(
113+
assert_next_unordered(
114114
&mut events0,
115115
TIMEOUT,
116116
vec![

0 commit comments

Comments
 (0)