Skip to content

Commit

Permalink
test: Entry 테스트 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
crHwang0822 authored Apr 3, 2024
1 parent 2ea8a3b commit 3908107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void testModifyContent(){
EntryDTO.UnsentEntryResponse res = entryService.modifyContent(req);
log.info(res);

assertThat(res.getEntryID()).isEqualTo(2L);
assertThat(res.getEntryID()).isEqualTo(3L);
assertThat(res.getContent()).isEqualTo("수정된 일기");
}

Expand Down

0 comments on commit 3908107

Please sign in to comment.