Skip to content

Commit

Permalink
chore: 사용하지 않는 메서드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
k000927 committed Aug 16, 2024
1 parent 8f7ee37 commit 1ec3fef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@Getter
@Entity
@EqualsAndHashCode
@EqualsAndHashCode(callSuper = false)
@Inheritance(strategy = InheritanceType.JOINED)
public class BaseUser extends BaseEntity {
@Id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,12 @@
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.ResultActions;

import javax.crypto.BadPaddingException;
import javax.crypto.IllegalBlockSizeException;
import javax.crypto.NoSuchPaddingException;
import java.lang.runtime.ObjectMethods;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.time.LocalDateTime;
import java.time.temporal.ChronoUnit;
import java.util.ArrayList;
import java.util.List;

import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.eq;
import static org.mockito.BDDMockito.given;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post;
Expand Down

0 comments on commit 1ec3fef

Please sign in to comment.