Skip to content

[BE] feat: 강퇴 API 구현 #342

[BE] feat: 강퇴 API 구현

[BE] feat: 강퇴 API 구현 #342

GitHub Actions / Test Results failed Oct 8, 2024 in 0s

1 fail, 192 pass in 18s

 44 files  ±0   44 suites  ±0   18s ⏱️ -1s
193 tests ±0  192 ✅ ±0  0 💤 ±0  1 ❌ ±0 
195 runs  ±0  194 ✅ ±0  0 💤 ±0  1 ❌ ±0 

Results for commit 6b70496. ± Comparison against earlier commit 6eb1a90.

Annotations

Check warning on line 0 in com.happy.friendogly.club.service.ClubCommandServiceTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: 모임에서 강퇴한다. (com.happy.friendogly.club.service.ClubCommandServiceTest)

./backend/build/test-results/test/TEST-com.happy.friendogly.club.service.ClubCommandServiceTest.xml [took 0s]
Raw output
com.happy.friendogly.exception.FriendoglyException: 자기 자신은 강퇴할 수 없습니다.
	at app//com.happy.friendogly.club.service.ClubCommandService.validateKick(ClubCommandService.java:136)
	at app//com.happy.friendogly.club.service.ClubCommandService.kickMember(ClubCommandService.java:129)
	at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:569)
	at app//org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354)
	at app//org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
	at app//org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at app//org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768)
	at app//org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at app//org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:392)
	at app//org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at app//org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
	at app//org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768)
	at app//org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720)
	at app//com.happy.friendogly.club.service.ClubCommandService$$SpringCGLIB$$0.kickMember(<generated>)
	at app//com.happy.friendogly.club.service.ClubCommandServiceTest.kickMember(ClubCommandServiceTest.java:357)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:569)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)