summaryrefslogtreecommitdiffhomepage
path: root/test/test-manager/src/tests/helpers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-manager/src/tests/helpers.rs')
-rw-r--r--test/test-manager/src/tests/helpers.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-manager/src/tests/helpers.rs b/test/test-manager/src/tests/helpers.rs
index 3c645268c4..3ef42751b2 100644
--- a/test/test-manager/src/tests/helpers.rs
+++ b/test/test-manager/src/tests/helpers.rs
@@ -5,9 +5,10 @@ use crate::network_monitor::{
use futures::StreamExt;
use mullvad_management_interface::{client::DaemonEvent, MullvadProxyClient};
use mullvad_types::{
+ constraints::Constraint,
location::Location,
relay_constraints::{
- BridgeSettings, Constraint, GeographicLocationConstraint, LocationConstraint, RelaySettings,
+ BridgeSettings, GeographicLocationConstraint, LocationConstraint, RelaySettings,
},
relay_list::{Relay, RelayList},
states::TunnelState,