Skip to content

Refactor | CAKK-87 | Core 모듈에 Service Layer 이관 #320

Refactor | CAKK-87 | Core 모듈에 Service Layer 이관

Refactor | CAKK-87 | Core 모듈에 Service Layer 이관 #320

GitHub Actions / Test Results failed Sep 26, 2024 in 0s. View latest attempt.

1 fail, 200 pass in 27s

201 tests   - 1   200 ✅  - 1   27s ⏱️ ±0s
 38 suites ±0     0 💤 ±0 
 38 files   ±0     1 ❌ ±0 

Results for commit 392c379. ± Comparison against earlier commit 45f3437.

Annotations

Check warning on line 0 in com.cakk.api.controller.SignControllerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

signUp() (com.cakk.api.controller.SignControllerTest) failed

./cakk-api/build/test-results/test/TEST-com.cakk.api.controller.SignControllerTest.xml [took 0s]
Raw output
java.lang.AssertionError: Status expected:<200> but was:<400>
	at org.springframework.test.util.AssertionErrors.fail(AssertionErrors.java:59)
	at org.springframework.test.util.AssertionErrors.assertEquals(AssertionErrors.java:122)
	at org.springframework.test.web.servlet.result.StatusResultMatchers.lambda$matcher$9(StatusResultMatchers.java:637)
	at org.springframework.test.web.servlet.MockMvc$1.andExpect(MockMvc.java:214)
	at com.cakk.api.controller.SignControllerTest.signUp(SignControllerTest.java:42)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)