Skip to content

Commit

Permalink
forgot to update tests, referring here #60
Browse files Browse the repository at this point in the history
  • Loading branch information
leokim-l committed Aug 29, 2024
1 parent e495f5a commit 7ab8655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private static Stream<TestIndividual> testGetIndividualDescription() {
new TestIndividual("female, no HPOs",
femaleNoHPOs(), new TestOutcome.Error(() -> new PhenolRuntimeException("No HPO annotations"))),
new TestIndividual("unknown sex, no 4yo",
unknownSex4YearsOnset(), new TestOutcome.Ok("The proband was an individual. Disease onset occurred when the proband was a child."))
unknownSex4YearsOnset(), new TestOutcome.Ok("The proband was an individual of unspecified sex and age. Disease onset occurred when the proband was a child."))
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ private static Stream<TestIndividual> testGetIndividualDescription() {
new TestIndividual("female, no HPOs",
femaleNoHPOs(), new TestOutcome.Error(() -> new PhenolRuntimeException("No HPO annotations"))),
new TestIndividual("unknown sex, no 4yo",
unknownSex4YearsOnset(), new TestOutcome.Ok("Der Proband war ein Individuum ohne angegebenes Geschlecht. Der Krankheitsbeginn trat im Kindesalter auf."))
unknownSex4YearsOnset(), new TestOutcome.Ok("Der Proband war ein Individuum ohne angegebenes Geschlecht und Alter. Der Krankheitsbeginn trat im Kindesalter auf."))
);
}

Expand Down

0 comments on commit 7ab8655

Please sign in to comment.