Skip to content

Commit

Permalink
Fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-07 committed Jun 29, 2022
1 parent 85a114d commit 3811ced
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import org.robolectric.RuntimeEnvironment
class QuestionnaireItemAutoCompleteViewHolderFactoryInstrumentedTest {
private val parent =
FrameLayout(
RuntimeEnvironment.getApplication().apply { setTheme(R.style.Theme_MaterialComponents) }
RuntimeEnvironment.getApplication().apply { setTheme(R.style.Theme_Material3_DayNight) }
)
private val viewHolder = QuestionnaireItemAutoCompleteViewHolderFactory.create(parent)

Expand Down

0 comments on commit 3811ced

Please sign in to comment.