A colleague of mine tried using mockk like this. I...
# spring
h
A colleague of mine tried using mockk like this. It works perfectly fine for the
OnboardingService
, but it doesn't work for the `UserConnectionRepository`: The (real) Spring Data Repository is injected instead.