diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-08-30 13:12:43 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-09-05 11:27:08 +0200 |
| commit | 9ec48833ea119c910136d3c6a878f2e01a20f4a5 (patch) | |
| tree | 40af7e2d6ac15bc3670696f37e44a04dd3f0d3d4 /android/app/src/test | |
| parent | 7444ac28c93fbdc6cfbbae648fa19eec70e57077 (diff) | |
| download | mullvadvpn-9ec48833ea119c910136d3c6a878f2e01a20f4a5.tar.xz mullvadvpn-9ec48833ea119c910136d3c6a878f2e01a20f4a5.zip | |
Remove Android code dealing with forwarded ports
Diffstat (limited to 'android/app/src/test')
| -rw-r--r-- | android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/AccountViewModelTest.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/AccountViewModelTest.kt b/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/AccountViewModelTest.kt index e5a3f2b397..9d93912a28 100644 --- a/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/AccountViewModelTest.kt +++ b/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/AccountViewModelTest.kt @@ -42,7 +42,6 @@ class AccountViewModelTest { id = "fake_id", name = "fake_name", pubkey = byteArrayOf(), - ports = ArrayList(), created = "mock_date" ) ) |
