diff options
Diffstat (limited to 'android/app/src/test')
| -rw-r--r-- | android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/CustomListLocationsViewModelTest.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/CustomListLocationsViewModelTest.kt b/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/CustomListLocationsViewModelTest.kt index fc6dcf79c0..100c665781 100644 --- a/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/CustomListLocationsViewModelTest.kt +++ b/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/CustomListLocationsViewModelTest.kt @@ -365,6 +365,7 @@ class CustomListLocationsViewModelTest { ownership = Ownership.MullvadOwned, daita = false, quic = null, + lwo = false, ) ), ) @@ -383,6 +384,7 @@ class CustomListLocationsViewModelTest { ownership = Ownership.MullvadOwned, daita = false, quic = null, + lwo = false, ) } } |
