Skip to content

Commit 01ed56a

Browse files
committed
test: RankingApiE2ETest 활성화
1 parent 08290df commit 01ed56a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/commerce-api/src/test/java/com/loopers/interfaces/api/ranking/RankingApiE2ETest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import com.loopers.interfaces.api.ApiResponse;
88
import com.loopers.utils.DatabaseCleanUp;
99
import org.junit.jupiter.api.AfterEach;
10-
import org.junit.jupiter.api.Disabled;
1110
import org.junit.jupiter.api.DisplayName;
1211
import org.junit.jupiter.api.Test;
1312
import org.springframework.beans.factory.annotation.Autowired;
@@ -53,7 +52,6 @@ void tearDown() {
5352
}
5453

5554
@Test
56-
@Disabled("Controller 구현 후 활성화")
5755
@DisplayName("랭킹 조회 시 점수가 높은 순으로 상품 목록을 반환한다")
5856
void rankingTest1() {
5957
// arrange

0 commit comments

Comments
 (0)