summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/androidTest
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src/androidTest')
-rw-r--r--android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/ui/fragments/SplitTunnelingFragmentTest.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/ui/fragments/SplitTunnelingFragmentTest.kt b/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/ui/fragments/SplitTunnelingFragmentTest.kt
index a9ee9f8438..b7413122f2 100644
--- a/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/ui/fragments/SplitTunnelingFragmentTest.kt
+++ b/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/ui/fragments/SplitTunnelingFragmentTest.kt
@@ -152,7 +152,7 @@ class SplitTunnelingFragmentTest : KoinTest {
onView(withRecyclerView(R.id.recyclerView).atPositionOnView(0, R.id.itemText))
.check(matches(withText("Test App Name")))
- onView(withRecyclerView(R.id.recyclerView).atPosition(0)).perform(click())
+ onView(withRecyclerView(R.id.recyclerView).atPositionOnView(0)).perform(click())
coVerifyAll {
mockedViewModel.listItems