Skip to content

Commit

Permalink
♻️ refactor: 불필요한 의존성 제거 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
synoti21 committed Oct 15, 2023
1 parent 448cbe3 commit ffd4ecd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ class FoodServiceTest {
@InjectMocks
FoodService foodService;

@InjectMocks
UserService userService;

@Mock
FoodRepository foodRepository;

Expand Down

0 comments on commit ffd4ecd

Please sign in to comment.