Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unit tests when card is hidden due to current button click #2952

Open
github-actions bot opened this issue Dec 23, 2024 · 0 comments
Open

Add unit tests when card is hidden due to current button click #2952

github-actions bot opened this issue Dec 23, 2024 · 0 comments
Assignees

Comments

@github-actions
Copy link

github-actions bot commented Dec 23, 2024

// TODO: Add unit tests when card is hidden due to current button click
// Issue URL: https://github.com/google/ground-android/issues/2952


      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() {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant