Skip to content

Commit

Permalink
TRM-31333:Update ChEMBL Xref link
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoGonzales committed May 10, 2024
1 parent 36562ff commit 33ff438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"name": "ChEMBL",
"displayName": "ChEMBL",
"category": "CHEMISTRY",
"uriLink": "https://www.ebi.ac.uk/chembldb/target/inspect/%id",
"uriLink": "https://www.ebi.ac.uk/chembl/target_report_card/%id",
"idMappingName": "CHEMBL_ID"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void testChEMBLType() {
assertEquals("ChEMBL", opType.getName());
assertEquals("ChEMBL", opType.getDisplayName());
assertEquals(CHEMISTRY, opType.getCategory());
assertEquals("https://www.ebi.ac.uk/chembldb/target/inspect/%id", opType.getUriLink());
assertEquals("https://www.ebi.ac.uk/chembl/target_report_card/%id", opType.getUriLink());
assertEquals(1, opType.getAttributes().size());
verifyAttribute(opType.getAttributes().get(0), "Description", "description", null);
}
Expand Down

0 comments on commit 33ff438

Please sign in to comment.