diff --git a/src/main/java/nl/unimaas/bigcat/wikipathways/curator/tests/InteractionTests.java b/src/main/java/nl/unimaas/bigcat/wikipathways/curator/tests/InteractionTests.java index c2691b6..e564620 100644 --- a/src/main/java/nl/unimaas/bigcat/wikipathways/curator/tests/InteractionTests.java +++ b/src/main/java/nl/unimaas/bigcat/wikipathways/curator/tests/InteractionTests.java @@ -153,7 +153,7 @@ else if (allowedInteractions.containsKey(nonmetabolite) && } public static List noGeneProteinConversions(SPARQLHelper helper, String format) throws Exception { - Test test = new Test("InteractionTests", "noGeneProteinConversions"); + Test test = new Test("InteractionTests", "noGeneProteinConversions", "Possibly wrong MIM type for Gene-Protein conversions", true); List assertions = new ArrayList<>(); String sparql = ResourceHelper.resourceAsString("interactions/noGeneProteinConversions.rq"); StringMatrix table = SPARQLHelper.classicify(helper.sparql(sparql), "pathway");