Skip to content

Commit 22b263c

Browse files
committed
Fix clippy lint
1 parent 9a2536f commit 22b263c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mullvad-relay-selector/tests/relay_selector.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1638,7 +1638,7 @@ fn test_shadowsocks_runtime_ipv4_unavailable() {
16381638

16391639
let config = SelectorConfig {
16401640
relay_settings: relay_constraints.into(),
1641-
obfuscation_settings: obfs_settings.into(),
1641+
obfuscation_settings: obfs_settings,
16421642
..SelectorConfig::default()
16431643
};
16441644
let relay_selector = RelaySelector::from_list(config, RELAYS.clone());

0 commit comments

Comments
 (0)