Skip to content

Commit

Permalink
Revert "Update ClubServiceTest.java"
Browse files Browse the repository at this point in the history
This reverts commit ec267df.
  • Loading branch information
vitaliipik committed Oct 9, 2023
1 parent 00ae0e8 commit 6b0a294
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import com.softserve.teachua.repository.ComplaintRepository;
import com.softserve.teachua.repository.LocationRepository;
import com.softserve.teachua.repository.UserRepository;
import com.softserve.teachua.repository.WorkTimeRepository;
import com.softserve.teachua.service.impl.ClubServiceImpl;
import java.util.Arrays;
import java.util.Collections;
Expand Down Expand Up @@ -61,8 +60,6 @@ class ClubServiceTest {
@Mock
private ClubRepository clubRepository;
@Mock
private WorkTimeRepository workTimeRepository;
@Mock
private DtoConverter dtoConverter;
@Mock
private ArchiveService archiveService;
Expand Down

0 comments on commit 6b0a294

Please sign in to comment.