Skip to content

Commit

Permalink
update expected concept return from ESOR service
Browse files Browse the repository at this point in the history
  • Loading branch information
leinfelder committed Sep 14, 2016
1 parent d301ce3 commit d572c9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void testLookup() {
results = service.getConcepts(text, null, null);
String retConcept = results.get(0).getUri().toString();
System.out.println("retConcept=" + retConcept);
assertEquals("http://purl.dataone.org/odo/ECSO_00000015", retConcept);
assertEquals("http://purl.dataone.org/odo/ECSO_00001105", retConcept);
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
Expand Down

0 comments on commit d572c9e

Please sign in to comment.