Skip to content

Commit

Permalink
LPS-107597 Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Jun 19, 2020
1 parent eb8b797 commit 6c2a67c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -162,7 +162,7 @@ public void testAddAccountEntryUserRel2WithInvalidAccountEntryId()
}

@Test
public void testAddAccountEntryUserRel2WithInvalidUserEmailDomain()
public void testAddAccountEntryUserRel2WithInvalidUserEmailAddressDomain()
throws Exception {

AccountEntry accountEntry = AccountEntryTestUtil.addAccountEntry(
Expand All @@ -174,7 +174,7 @@ public void testAddAccountEntryUserRel2WithInvalidUserEmailDomain()
}

@Test
public void testAddAccountEntryUserRel2WithInvalidUserEmailDomainAs2BUser()
public void testAddAccountEntryUserRel2WithInvalidUserEmailAddressDomainAs2BUser()
throws Exception {

String originalName = PrincipalThreadLocal.getName();
Expand Down

0 comments on commit 6c2a67c

Please sign in to comment.