Skip to content

Commit

Permalink
actually fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Nov 20, 2024
1 parent 5f86335 commit 0d41e74
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ public void testGetPersonDetails() {
assertEquals("APP-5555555555555555", email1.get(0).getSource().retrieveSourcePath());
assertEquals("Source Client 1", email1.get(0).getSource().getSourceName().getContent());
assertNull(email1.get(0).getSource().getSourceOrcid());
assertEquals("APP-5555555555555555", email2.get(0).getSource().retrieveSourcePath());
assertEquals("Source Client 1", email2.get(0).getSource().getSourceName().getContent());
assertNull(email2.get(0).getSource().getSourceOrcid());
assertEquals("0000-0000-0000-0003", email2.get(0).getSource().retrieveSourcePath());
assertEquals("Credit Name", email2.get(0).getSource().getSourceName().getContent());
assertNotNull(email2.get(0).getSource().getSourceOrcid());

assertNotNull(personDetails.getPublicGroupedPersonExternalIdentifiers());
Map<String, List<PersonExternalIdentifier>> extIds = personDetails.getPublicGroupedPersonExternalIdentifiers();
Expand Down

0 comments on commit 0d41e74

Please sign in to comment.