You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isRequired = false,
)
private val job = Job(id = "job1")
private val lastLocationFlow = MutableSharedFlow<Location>(replay = 1)
override fun setUp() {
super.setUp()
// TODO: Add unit tests when card is hidden due to current button click
// Issue URL: https://github.com/google/ground-android/issues/2952
mapStateRepository.isLocationLockEnabled = true
whenever(locationManager.locationUpdates).thenReturn(lastLocationFlow)
}
@Test
fun testHeader() {
The text was updated successfully, but these errors were encountered:
ground-android/ground/src/test/java/com/google/android/ground/ui/datacollection/tasks/location/CaptureLocationTaskFragmentTest.kt
Lines 65 to 66 in 559b815
The text was updated successfully, but these errors were encountered: