Skip to content

Commit

Permalink
spotless fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maimoonak committed Sep 2, 2022
1 parent cb2a027 commit 77b163e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2946,9 +2946,7 @@ class QuestionnaireViewModelTest(
createQuestionnaireViewModel(questionnaire)
}
assertThat(exception.message)
.isEqualTo(
"a-birthdate and a-age-years have cyclic dependency in expression based extension"
)
.isEqualTo("a-birthdate and a-age-years have cyclic dependency in expression based extension")
}

private fun createQuestionnaireViewModel(
Expand Down

0 comments on commit 77b163e

Please sign in to comment.