Skip to content

Commit

Permalink
Removed AuthenticatedUserTest testGetName()
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrys committed Jul 11, 2017
1 parent 997290b commit 39ec5e1
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,6 @@ public void testSetUserIdentifier() {
assertEquals(testUser.getUserIdentifier(), userIdentifier);
}

@Test
public void testGetName() {
System.out.println("getName");
String expResult = "Homer Simpson";
String result = testUser.getName();
assertEquals(expResult, result);
}

@Test
public void testGetEmail() {
System.out.println("getEmail");
Expand Down

0 comments on commit 39ec5e1

Please sign in to comment.