Skip to content

Commit

Permalink
Rename test components
Browse files Browse the repository at this point in the history
  • Loading branch information
FikriMilano committed Jan 29, 2025
1 parent 3d1149b commit 00d235c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ class DropDownViewHolderFactoryTest {
Questionnaire.QuestionnaireItemAnswerOptionComponent().apply {
value =
Coding().apply {
code = "test-code"
display = "Test Code"
code = "code"
display = "display"
}
}

Expand Down

0 comments on commit 00d235c

Please sign in to comment.