Skip to content

Commit

Permalink
Fix Issue udacity#64
Browse files Browse the repository at this point in the history
  • Loading branch information
serv-inc authored Nov 2, 2017
1 parent b0003c8 commit 4c05190
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public class PersonTest {
@Test
public void test() {
Person person = new Person("Jeremy");
Assert.assertEquals(person.getName(), "Jeremy");
Assert.assertEquals("Jeremy", person.getName());
}
}

0 comments on commit 4c05190

Please sign in to comment.