Skip to content

Commit

Permalink
refactor: 코드스멜 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
5uhwann committed Sep 17, 2023
1 parent cad3208 commit 4928051
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import com.plzgraduate.myongjigraduatebe.user.domain.model.User;

@DisplayName("데이터테크놀로지학과의 전공 달성 여부를 계산한다.")
class DataTechnologyMajorTestLecture {
class DataTechnologyMajorTest {
private static final Map<String, Lecture> mockLectureMap = LectureFixture.getMockLectureMap();

@DisplayName("(16학번 해당학번 전공필수과목 적용 확인) 전공 필수과목을 다 듣고, 전공 기준 학점을 넘었을 경우 전공 카테고리를 충족한다.")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.plzgraduate.myongjigraduatebe.lecture.adapter.out.persistence;

import static com.plzgraduate.myongjigraduatebe.lecture.domain.model.CommonCultureCategory.CAREER;
import static com.plzgraduate.myongjigraduatebe.lecture.domain.model.CommonCultureCategory.EXPRESSION;
import static com.plzgraduate.myongjigraduatebe.lecture.domain.model.CoreCultureCategory.*;
import static org.assertj.core.api.Assertions.assertThat;

Expand Down

0 comments on commit 4928051

Please sign in to comment.