Skip to content
Snippets Groups Projects
Commit 3f2708c6 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

fix hgnc annotator tests

parent d85afcab
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,7 @@ public class HgncAnnotatorTest extends AnnotationTestFunctions {
try {
MiriamData md1 = new MiriamData(MiriamType.HGNC, "11138");
MiriamData md2 = new MiriamData(MiriamType.HGNC, "111382");
Species proteinAlias = new GenericProtein("id");
Species proteinAlias = new GenericProtein("");
proteinAlias.addMiriamData(md1);
proteinAlias.addMiriamData(md2);
hgncAnnotator.annotateElement(proteinAlias);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment