Remove unused val.

This commit is contained in:
Benoit Marty 2024-02-20 18:08:12 +01:00 committed by Benoit Marty
parent 347edb67ab
commit 600557fd53

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