Skip to content

Commit

Permalink
SHIBUI-2111
Browse files Browse the repository at this point in the history
fixing compilation issue with testing
  • Loading branch information
chasegawa committed Sep 29, 2021
1 parent 41a4441 commit 2dd07ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ class AdminUserServiceTests extends AbstractBaseDataJpaTest {
@TestConfiguration
private static class AUSLocalConfig {
@Bean
AdminUserService adminUserService(UserRepository userRepository) {
return new AdminUserService(userRepository)
AdminUserService adminUserService(UserService userService) {
return new AdminUserService(userService)
}

// Rather than having a specific dev context needed, we just stand up the needed bean.
Expand Down

0 comments on commit 2dd07ae

Please sign in to comment.