Skip to content

Commit

Permalink
Remove affiliation
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Jan 16, 2024
1 parent f0bf3db commit 4e40cd3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,8 @@ public void testRegisterWithAffiliationTest() {
List<EmploymentSummary> employmentSummaryList = affiliationsManager.getEmploymentSummaryList(userOrcid);
assertNotNull(employmentSummaryList);
assertEquals(1, employmentSummaryList.size());
// Cleanup
affiliationsManager.removeAffiliation(userOrcid, employmentSummaryList.get(0).getPutCode());
}

private Registration createRegistrationForm(String email, boolean claimed) {
Expand Down

0 comments on commit 4e40cd3

Please sign in to comment.