Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Dec 6, 2024
1 parent 87c4a7d commit 387c47e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

[dev-dependencies]
iroh-base = "0.29.0"
url = "2.5.2"

# [patch.crates-io]
Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ mod tests {
url: Url::parse("https://example.org./").unwrap().into(),
stun_only: false,
stun_port: 123,
quic: None,
quic: Some(iroh_base::relay_map::QuicConfig { port: 7842 }),
};
assert_eq!(config.relay_nodes, vec![expected]);
}
Expand Down

0 comments on commit 387c47e

Please sign in to comment.