Skip to content

Commit

Permalink
BAH-3349 || Change timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkumar8789 authored Jan 3, 2024
1 parent ab8dd6a commit 5dc3a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void shouldEditAPersonBirthTime() throws Exception {
assertNotNull(response);
Object responsePersonContents = PropertyUtils.getProperty(response, "person");
assertNotNull(responsePersonContents);
assertEquals("1975-04-08T20:20:00.000+0530", PropertyUtils.getProperty(responsePersonContents, "birthtime").toString());
assertEquals("1975-04-08T20:20:00.000+0000", PropertyUtils.getProperty(responsePersonContents, "birthtime").toString());
}
@Test
public void shouldCreatePersonWithBirthtime() throws Exception {
Expand Down

0 comments on commit 5dc3a5f

Please sign in to comment.