Skip to content

[BE] feat: deleted로 처리하던 로직을 isActive가 처리하도록 변경 #466

[BE] feat: deleted로 처리하던 로직을 isActive가 처리하도록 변경

[BE] feat: deleted로 처리하던 로직을 isActive가 처리하도록 변경 #466

Triggered via pull request November 14, 2023 04:54
Status Failure
Total duration 2m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

backend_ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 14 warnings
ManageCouponCommandServiceTest.쿠폰 발급 시 카페의 정책이 존재하지 않으면 예외발생: backend/src/test/java/com/stampcrush/backend/application/manager/coupon/ManageCouponCommandServiceTest.java#L185
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.
ManageCouponCommandServiceTest.쿠폰 발급 시 카페의 쿠폰 디자인이 없으면 예외발생: backend/src/test/java/com/stampcrush/backend/application/manager/coupon/ManageCouponCommandServiceTest.java#L206
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:204) 2. -> at com.stampcrush.backend.application.manager.coupon.ManageCouponCommandServiceTest.쿠폰_발급_시_카페의_쿠폰_디자인이_없으면_예외발생(ManageCouponCommandServiceTest.java:206) Please remove unnecessary stubbings or use 'lenient' strictness. More info: javadoc for UnnecessaryStubbingException class.
build
Process completed with exit code 1.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/