Skip to content

Commit

Permalink
https://github.com/graphql-java-kickstart/graphql-java-servlet/issues…
Browse files Browse the repository at this point in the history
…/161
  • Loading branch information
jonathanlermitage committed Apr 5, 2019
1 parent a042041 commit 0c7b54c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/test/java/manon/util/basetest/AbstractIntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,27 +79,27 @@ public abstract class AbstractIntegrationTest {
@Autowired
protected Cfg cfg;

@Autowired
@SpyBean
protected UserService userService;
@SpyBean
protected UserSnapshotService userSnapshotService;

@SpyBean
protected AppTraceService appTraceService;
@Autowired
@SpyBean
protected FriendshipService friendshipService;
@Autowired
@SpyBean
protected JobRunnerService jobRunnerService;
@Autowired
@SpyBean
protected PasswordEncoderService passwordEncoderService;
@Autowired
@SpyBean
protected PingService pingService;
@SpyBean
protected RegistrationService registrationService;
@Autowired
@SpyBean
protected UserDetailsService userDetailsService;
@Autowired
protected UserService userService;
@Autowired
protected UserSnapshotService userSnapshotService;
@Autowired
protected UserStatsService userStatsService;

@SpyBean
protected PingService pingService;
protected UserStatsService userStatsService;

@Autowired
protected AppTraceRepository appTraceRepository;
Expand Down

0 comments on commit 0c7b54c

Please sign in to comment.