org.mockito.exceptions.misusing.UnnecessaryStubbingException:
Unnecessary stubbings detected.
Clean & maintainable test code requires zero unnecessary code.
Following stubbings are unnecessary (click to navigate to relevant line of code):
1. -> at com.stampcrush.backend.application.manager.coupon.ManageCouponCommandServiceTest.쿠폰_발급_시_카페의_정책이_존재하지_않으면_예외발생(ManageCouponCommandServiceTest.java:185)
Please remove unnecessary stubbings or use 'lenient' strictness. More info: javadoc for UnnecessaryStubbingException class.