Skip to content

Commit

Permalink
Added the missing section headers texts
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jul 24, 2024
1 parent 3e385eb commit 43b7b9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static List<IAssertion> all(SPARQLHelper helper) throws Exception {
}

public static List<IAssertion> 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<IAssertion> assertions = new ArrayList<>();
String sparql = ResourceHelper.resourceAsString("outdated/lipidmaps.rq");
Expand Down Expand Up @@ -103,7 +103,7 @@ public static List<IAssertion> retiredIdentifiers(SPARQLHelper helper) throws Ex
}

public static List<IAssertion> 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<IAssertion> assertions = new ArrayList<>();
String sparql = ResourceHelper.resourceAsString("metabolite/metabolitesWithoutLIPIDMAPSIdentifier.rq");
Expand Down

0 comments on commit 43b7b9b

Please sign in to comment.