Skip to content

Commit

Permalink
[refactor][#53] DTO 관련 수정으로 인한 테스트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ProtoSeo committed Jul 22, 2022
1 parent 0c41420 commit 044c8c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

import com.fasterxml.jackson.databind.ObjectMapper;

import kr.startoff.backend.domain.user.dto.request.SkillTagRequest;

class SkillTagRequestTest {
private final ObjectMapper objectMapper = new ObjectMapper();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import kr.startoff.backend.domain.user.dto.request.profile.BlogUrlRequest;
import kr.startoff.backend.domain.user.dto.request.profile.GithubUrlRequest;
import kr.startoff.backend.domain.user.dto.request.profile.IntroduceRequest;
import kr.startoff.backend.domain.user.dto.request.profile.SkillTagRequest;
import kr.startoff.backend.domain.user.dto.request.SkillTagRequest;
import kr.startoff.backend.domain.user.dto.response.AccessTokenResponse;
import kr.startoff.backend.domain.comment.dto.CommentResponse;
import kr.startoff.backend.global.common.dto.CommonResponse;
Expand Down

0 comments on commit 044c8c9

Please sign in to comment.