Skip to content

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

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

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

Triggered via pull request November 14, 2023 05:12
Status Failure
Total duration 2m 37s
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

13 errors and 13 warnings
ManageCouponCommandServiceTest.쿠폰 발급 시 카페의 쿠폰 디자인이 없으면 예외발생: backend/src/test/java/com/stampcrush/backend/application/manager/coupon/ManageCouponCommandServiceTest.java#L209
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:209) 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/