Skip to content

Commit

Permalink
fix: job runner test
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenRobertsHEE committed Jul 11, 2024
1 parent ba5f355 commit f96df0c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;

import com.transformuk.hee.tis.profile.client.service.impl.ProfileServiceImpl;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
Expand All @@ -30,8 +29,6 @@ public class JobRunningListenerTest {
private RevalCurrentPmSyncJob revalCurrentPmSyncJob;
@MockBean
private PostFundingStatusSyncJob postFundingStatusSyncJob;
@MockBean
ProfileServiceImpl profileService;

@Autowired
JobRunningListener testClass;
Expand Down

0 comments on commit f96df0c

Please sign in to comment.