Skip to content

Commit

Permalink
Fixed the test to match the upstream tags
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jun 10, 2023
1 parent d23018e commit 0d5a977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void test() throws RemoteException {
// has tutorial pathway tag?
boolean tutorial = false;
for(WSCurationTag tag : tags) {
if(tag.getDisplayName().equals("Tutorial pathway")) {
if(tag.getDisplayName().equals("Test pathway")) {
tutorial = true;
}
}
Expand Down

0 comments on commit 0d5a977

Please sign in to comment.