From 43b7b9ba5e2e63684df6602a8bbfd52200ba2493 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Wed, 24 Jul 2024 13:24:41 +0200 Subject: [PATCH] Added the missing section headers texts --- .../bigcat/wikipathways/curator/tests/LIPIDMAPSTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/nl/unimaas/bigcat/wikipathways/curator/tests/LIPIDMAPSTests.java b/src/main/java/nl/unimaas/bigcat/wikipathways/curator/tests/LIPIDMAPSTests.java index 849263a..fb93145 100644 --- a/src/main/java/nl/unimaas/bigcat/wikipathways/curator/tests/LIPIDMAPSTests.java +++ b/src/main/java/nl/unimaas/bigcat/wikipathways/curator/tests/LIPIDMAPSTests.java @@ -71,7 +71,7 @@ public static List all(SPARQLHelper helper) throws Exception { } public static List retiredIdentifiers(SPARQLHelper helper) throws Exception { - Test test = new Test("LIPIDMAPSTests", "retiredIdentifiers", true); + Test test = new Test("LIPIDMAPSTests", "retiredIdentifiers", "Retired LIPID MAPS identifiers", true); // Getting the data List assertions = new ArrayList<>(); String sparql = ResourceHelper.resourceAsString("outdated/lipidmaps.rq"); @@ -103,7 +103,7 @@ public static List retiredIdentifiers(SPARQLHelper helper) throws Ex } public static List onlyLIPIDMAPS(SPARQLHelper helper) throws Exception { - Test test = new Test("LIPIDMAPSTests", "onlyLIPIDMAPS", true); + Test test = new Test("LIPIDMAPSTests", "onlyLIPIDMAPS", "Only LIPID MAPS identifiers", true); // Getting the data List assertions = new ArrayList<>(); String sparql = ResourceHelper.resourceAsString("metabolite/metabolitesWithoutLIPIDMAPSIdentifier.rq");