Skip to content

Commit

Permalink
[#11] test: 현재 테스트에 필요하지 않은 레포지토리 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayst1232 committed Jan 7, 2024
1 parent 43a624a commit cbd5b7c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import bc1.gream.domain.sell.dto.request.SellRequestDto;
import bc1.gream.domain.sell.dto.response.SellResponseDto;
import bc1.gream.domain.sell.entity.Sell;
import bc1.gream.domain.sell.repository.GifticonRepository;
import bc1.gream.domain.sell.repository.SellRepository;
import bc1.gream.test.ProductTest;
import bc1.gream.test.SellTest;
Expand All @@ -31,9 +30,6 @@ class SellServiceImplTest implements UserTest, ProductTest, SellTest {
@Mock
ProductRepository productRepository;

@Mock
GifticonRepository gifticonRepository;

@InjectMocks
SellServiceImpl sellService;

Expand Down

0 comments on commit cbd5b7c

Please sign in to comment.