Skip to content

Commit

Permalink
Fix resolver tests in talpid-core
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Aug 29, 2023
1 parent 1799362 commit caa6f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talpid-core/src/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ mod test {
vec![],
NameServerConfigGroup::from_ips_clear(&[Ipv4Addr::LOCALHOST.into()], port, true),
);
TokioAsyncResolver::tokio(resolver_config, ResolverOpts::default()).unwrap()
TokioAsyncResolver::tokio(resolver_config, ResolverOpts::default())
}

#[test]
Expand Down

0 comments on commit caa6f48

Please sign in to comment.