Skip to content

Commit

Permalink
tests: rename clashing service name between two tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oysteintveit-nordicsemi committed Apr 18, 2024
1 parent 19772bd commit 6ab8e16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ polling = "2.1" # select/poll sockets
socket2 = { version = "0.5.5", features = ["all"] } # socket APIs

[dev-dependencies]
env_logger = "0.11.3"
env_logger = { version = "= 0.10.2", default-features = false, features= ["humantime"] }
fastrand = "1.8"
test-log = "0.2.15"
test-log = "= 0.2.14"
test-log-macros = "= 0.2.14"
2 changes: 1 addition & 1 deletion tests/mdns_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ fn test_hostname_resolution() {
.unwrap();

let my_service = ServiceInfo::new(
"_test._tcp.local.",
"_host_res_test._tcp.local.",
"my_instance",
hostname,
&[service_ip_addr] as &[IpAddr],
Expand Down

0 comments on commit 6ab8e16

Please sign in to comment.