Skip to content

Commit

Permalink
[refactor/Inhabas#241] 리펙토링
Browse files Browse the repository at this point in the history
  • Loading branch information
skytin1004 committed Mar 6, 2024
1 parent 5f1ba02 commit 152f913
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ void updateContestBoard() {
// then
then(contestBoardRepository).should(times(1)).findById(any());
then(contestBoardRepository).should(times(1)).save(any());

}

@DisplayName("Contest board 게시글을 삭제한다.")
Expand Down

0 comments on commit 152f913

Please sign in to comment.