Skip to content

Commit

Permalink
storage: Fix tests VariantQueryExecutorTest. #TASK-6703
Browse files Browse the repository at this point in the history
  • Loading branch information
j-coll committed Aug 7, 2024
1 parent fab3cab commit ed3efc8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ public void testXRefRs() throws StorageEngineException {
with("ConsequenceType", VariantAnnotation::getConsequenceTypes, hasItem(
with("GeneName", ConsequenceType::getGeneName,
is("TEX13B"))))));
matchers.put("COSV60260399", hasAnnotation(with("TraitAssociation", VariantAnnotation::getTraitAssociation, hasItem(
with("Cosmic", EvidenceEntry::getId, is("COSV60260399"))))));
matchers.put("RCV000155534", hasAnnotation(with("TraitAssociation", VariantAnnotation::getTraitAssociation, hasItem(
with("Clinvar", EvidenceEntry::getId, is("RCV000155534"))))));
matchers.put("ENST00000341832.11(ENSG00000248333):c.356-1170A>G", hasAnnotation(with("HGVS", VariantAnnotation::getHgvs, hasItem(
is("ENST00000341832.11(ENSG00000248333):c.356-1170A>G")))));
matchers.put("ENST00000341832.11:c.356-1170A>G", hasAnnotation(with("HGVS", VariantAnnotation::getHgvs, hasItem(
Expand Down

0 comments on commit ed3efc8

Please sign in to comment.