Skip to content

Commit

Permalink
Run SpotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
DebbieArita committed Feb 20, 2024
1 parent 988e51d commit 9b3cb7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ class ResourceExtensionTest : RobolectricTest() {
questionnaire.item.prepareQuestionsForReadingOrEditing(
"",
readOnly = false,
readOnlyLinkIds = listOf("3")
readOnlyLinkIds = listOf("3"),
)

Assert.assertFalse(questionnaire.item[0].readOnly)
Expand Down

0 comments on commit 9b3cb7c

Please sign in to comment.