File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ class 댓글_조회_테스트 {
7171 () -> assertThat (response .parentId ()).isNull (),
7272 () -> assertThat (response .content ()).isEqualTo (parentComment .getContent ()),
7373 () -> assertThat (response .isOwner ()).isTrue (),
74- // () -> assertThat(response.createdAt()) .isEqualTo(parentComment.getCreatedAt()),
75- // () -> assertThat(response.updatedAt()) .isEqualTo(parentComment.getUpdatedAt()),
74+ () -> assertThat (response .createdAt (). toInstant ()) .isEqualTo (parentComment .getCreatedAt (). toInstant ()),
75+ () -> assertThat (response .updatedAt (). toInstant ()) .isEqualTo (parentComment .getUpdatedAt (). toInstant ()),
7676
7777 () -> assertThat (response .postFindSiteUserResponse ().id ())
7878 .isEqualTo (parentComment .getSiteUser ().getId ()),
You can’t perform that action at this time.
0 commit comments