Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix tests
  • Loading branch information
grzesiek2010 committed Jan 31, 2026
commit 280efa3d49161750c64cb1e6ec26ef5e44af9676
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ import org.hamcrest.Matchers.equalTo
import org.junit.Rule
import org.junit.Test
import org.mockito.Mockito.mock
import org.odk.collect.androidtest.MainDispatcherRule
import org.odk.collect.testshared.getOrAwaitValue

class GeoPolyViewModelTest {

@get:Rule
val instantTaskExecutorRule = InstantTaskExecutorRule()

@get:Rule
val mainDispatcherRule = MainDispatcherRule()

@Test
fun `#fixedAlerts is null until after invalid message is non-null`() {
val invalidMessage = MutableLiveData<String?>(null)
Expand Down