Remove unused val.

This commit is contained in:
Benoit Marty
2024-02-20 18:08:12 +01:00
committed by Benoit Marty
parent 4ed353aa56
commit b6aa44d374

View File

@@ -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))
}