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 1191c8f commit 0e61342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void setUp() throws Exception {
public void test() throws RemoteException {
WSPathwayInfo info = client.getPathwayInfo("WP4");

assertEquals("Sandbox Pathway", info.getName());
assertEquals("Sandbox pathway test", info.getName());
assertEquals("Homo sapiens", info.getSpecies());
}

Expand Down

0 comments on commit 0e61342

Please sign in to comment.