Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed Feb 8, 2024
1 parent b7722f9 commit c6ab8bc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import org.hamcrest.CoreMatchers.allOf
import org.hamcrest.CoreMatchers.not
import org.hisp.dhis.mobile.ui.designsystem.component.AdditionalInfoItem
import org.hisp.dhis.mobile.ui.designsystem.component.ListCard
import org.hisp.dhis.mobile.ui.designsystem.component.ListCardTitleModel


fun searchTeiRobot(searchTeiRobot: SearchTeiRobot.() -> Unit) {
Expand Down Expand Up @@ -186,7 +187,7 @@ class SearchTeiRobot : BaseRobot() {

composeTestRule.setContent {
ListCard(
title = title,
title = ListCardTitleModel(text = title),
additionalInfoList = displayedAttributes,
onCardClick = { }
)
Expand Down

0 comments on commit c6ab8bc

Please sign in to comment.