Skip to content

Commit

Permalink
upsate comment about duplicated expected errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuyuutsu committed Jun 28, 2024
1 parent f93f543 commit 3f9b8d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_questionnaire_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ def test_invalid_calculated_or_grand_calculated_summary_id_in_value_source():

def test_answer_as_source_referenced_before_created():
"""
The schema being validated contains blocks with question variants,
resulting in duplicated expected errors due to the same answer source being referenced multiple times within that block.
The schema being validated contains blocks where an invalid answer source being referenced multiple times within that block,
resulting in duplicated expected errors.
"""
filename = "schemas/invalid/test_invalid_answer_source_reference.json"
validator = QuestionnaireValidator(_open_and_load_schema_file(filename))
Expand Down

0 comments on commit 3f9b8d0

Please sign in to comment.