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

redundant and non informative unit test removed

parent 3eccf8c4
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!386Resolve "Continous integration tests"
......@@ -391,18 +391,6 @@ public class DrugbankHTMLParserTest extends AnnotationTestFunctions {
}
}
@Test
public void testWrongHgncTarget() throws Exception {
try {
List<Drug> drugs = drugBankHTMLParser.getDrugListByTarget(new MiriamData(MiriamType.HGNC_SYMBOL, "BECN1"));
assertNotNull(drugs);
} catch (Exception e) {
e.printStackTrace();
throw e;
}
}
@Test
public void testFindDrugByHgncTargets() throws Exception {
try {
......
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