Remove unused val.
This commit is contained in:
parent
4ed353aa56
commit
b6aa44d374
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ class ShowLocationViewTest {
|
||||||
),
|
),
|
||||||
onBackPressed = EnsureNeverCalled(),
|
onBackPressed = EnsureNeverCalled(),
|
||||||
)
|
)
|
||||||
val shareContentDescription = rule.activity.getString(CommonStrings.action_share)
|
|
||||||
rule.onNodeWithTag(TestTags.floatingActionButton.value).performClick()
|
rule.onNodeWithTag(TestTags.floatingActionButton.value).performClick()
|
||||||
eventsRecorder.assertSingle(ShowLocationEvents.TrackMyLocation(true))
|
eventsRecorder.assertSingle(ShowLocationEvents.TrackMyLocation(true))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue