Skip to content

Commit

Permalink
Fixed the metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Dec 21, 2024
1 parent 42524d7 commit ea95996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public static List<IAssertion> hmdbWithoutMapping(SPARQLHelper helper) throws Ex
}

public static List<IAssertion> inchikeyWithoutMapping(SPARQLHelper helper) throws Exception {
Test test = new Test("WikidataTests", "hmdbWithoutMapping");
Test test = new Test("WikidataTests", "inchikeyWithoutMapping");
List<IAssertion> assertions = new ArrayList<>();
String sparql = ResourceHelper.resourceAsString("missing/wikidata/metaboliteInChIKey.rq");
StringMatrix table = helper.sparql(sparql);
Expand Down

0 comments on commit ea95996

Please sign in to comment.