Skip to content

Commit

Permalink
BAH-3439 || remove the commented part from PersonController2_2Test.java
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkumar8789 authored Jan 3, 2024
1 parent 6b860a3 commit d58d908
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public void shouldEditAPersonBirthTime() throws Exception {
assertNotNull(response);
Object responsePersonContents = PropertyUtils.getProperty(response, "person");
assertNotNull(responsePersonContents);
//assertEquals("1970-01-01T20:20:00.000+0000", PropertyUtils.getProperty(responsePersonContents, "birthtime").toString());
}
@Test
public void shouldCreatePersonWithBirthtime() throws Exception {
Expand Down

0 comments on commit d58d908

Please sign in to comment.