Skip to content

Commit

Permalink
[feature/Inhabas#234] spotleaaApply
Browse files Browse the repository at this point in the history
  • Loading branch information
skytin1004 committed Feb 26, 2024
1 parent 5d7c35b commit e9067db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import java.util.List;

import javax.validation.Valid;

import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -439,5 +439,4 @@ void deleteBoard_Not_Found() throws Exception {
// then
assertThat(response).contains(NOT_FOUND.getMessage());
}

}

0 comments on commit e9067db

Please sign in to comment.