Skip to content

Commit

Permalink
Fix failing tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Lentumunai-Mark <[email protected]>
  • Loading branch information
Lentumunai-Mark committed Dec 10, 2024
1 parent 080443c commit 94f9daf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ import org.smartregister.fhircore.engine.configuration.workflow.ActionTrigger
import org.smartregister.fhircore.engine.domain.model.ActionConfig
import org.smartregister.fhircore.engine.domain.model.Language
import org.smartregister.fhircore.engine.domain.model.ResourceData
import org.smartregister.fhircore.engine.sync.CustomSyncState
import org.smartregister.fhircore.quest.integration.Faker
import org.smartregister.fhircore.quest.ui.main.appMainUiStateOf
import org.smartregister.fhircore.quest.ui.register.FAB_BUTTON_REGISTER_TEST_TAG
Expand Down Expand Up @@ -610,6 +611,7 @@ class RegisterScreenTest {
currentSyncJobStatus = CurrentSyncJobStatus.Succeeded(OffsetDateTime.now()),
),
onAppMainEvent = {},
customSyncState = CustomSyncState.Success,
searchQuery = searchText,
currentPage = currentPage,
pagingItems = pagingItems,
Expand Down

0 comments on commit 94f9daf

Please sign in to comment.