Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Oct 6, 2023
1 parent b44cde1 commit e3f6f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_nwbfile_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def test_pass_check_subject_age_with_dob():
def test_check_subject_age_missing():
subject = Subject(subject_id="001")
assert check_subject_age(subject) == InspectorMessage(
message="Subject is missing age and date_of_birth.",
message="Subject is missing age or date_of_birth.",
importance=Importance.BEST_PRACTICE_SUGGESTION,
check_function_name="check_subject_age",
object_type="Subject",
Expand Down

0 comments on commit e3f6f35

Please sign in to comment.