From b6aa44d374722594fa5ed55029a709d522bc01de Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 20 Feb 2024 18:08:12 +0100 Subject: [PATCH] Remove unused val. --- .../android/features/location/impl/show/ShowLocationViewTest.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/features/location/impl/src/test/kotlin/io/element/android/features/location/impl/show/ShowLocationViewTest.kt b/features/location/impl/src/test/kotlin/io/element/android/features/location/impl/show/ShowLocationViewTest.kt index a66197e733..05160dca56 100644 --- a/features/location/impl/src/test/kotlin/io/element/android/features/location/impl/show/ShowLocationViewTest.kt +++ b/features/location/impl/src/test/kotlin/io/element/android/features/location/impl/show/ShowLocationViewTest.kt @@ -78,7 +78,6 @@ class ShowLocationViewTest { ), onBackPressed = EnsureNeverCalled(), ) - val shareContentDescription = rule.activity.getString(CommonStrings.action_share) rule.onNodeWithTag(TestTags.floatingActionButton.value).performClick() eventsRecorder.assertSingle(ShowLocationEvents.TrackMyLocation(true)) }