Skip to content

Commit

Permalink
Merge pull request #43 from Kusitms-POPTATO-DEV/feat/38-update-deadline
Browse files Browse the repository at this point in the history
Fix: 백로그 생성 테스트코드 수정
  • Loading branch information
yeonjookang authored Oct 17, 2024
2 parents 1f80d2e + 0a816f2 commit 57126e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class BacklogCreateTest {
assertThat(findTodo.getType()).isEqualTo(Type.BACKLOG);
assertThat(findTodo.getUserId()).isEqualTo(userId);
assertThat(findTodo.isBookmark()).isEqualTo(false);
assertThat(findTodo.getBacklogOrder()).isEqualTo(11L);
assertThat(findTodo.getBacklogOrder()).isEqualTo(21L);
assertThat(findTodo.getCompletedDateTime()).isNull();
}
}

0 comments on commit 57126e6

Please sign in to comment.