Skip to content

Commit

Permalink
Match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jun 10, 2023
1 parent 29da276 commit 988a4b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void testId() throws RemoteException, ConverterException {
String id = "WP1";
WSPathway p = client.getPathway(id);
assertEquals("", "Mus musculus", p.getSpecies());
assertEquals("", "Statin Pathway", p.getName());
assertEquals("", "Statin pathway", p.getName());
}

@Test
Expand All @@ -57,7 +57,7 @@ public void testRevision() throws RemoteException, ConverterException {
Pathway p1 = WikiPathwaysClient.toPathway(p);
System.out.println(p1.getDataNodeXrefs().size());
assertEquals("", "Mus musculus", p.getSpecies());
assertEquals("", "Statin Pathway", p.getName());
assertEquals("", "Statin pathway", p.getName());
assertTrue(p.getGpml().contains("http://genmapp.org/GPML/2010a"));
}

Expand Down

0 comments on commit 988a4b4

Please sign in to comment.