Skip to content

[BE] 행사 커스텀 예외 처리 #37

[BE] 행사 커스텀 예외 처리

[BE] 행사 커스텀 예외 처리 #37

GitHub Actions / Test Results failed Jul 24, 2024 in 0s

1 fail, 34 pass in 1s

35 tests   34 ✅  1s ⏱️
10 suites   0 💤
10 files     1 ❌

Results for commit a2f63b8.

Annotations

Check warning on line 0 in server.haengdong.presentation.BillActionControllerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

title이 비어 있는 경우 지출 내역을 생성할 수 없다. (server.haengdong.presentation.BillActionControllerTest) failed

server/build/test-results/test/TEST-server.haengdong.presentation.BillActionControllerTest.xml [took 0s]
Raw output
java.lang.AssertionError: Status expected:<400> but was:<500>
	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 server.haengdong.presentation.BillActionControllerTest.saveAllBillAction1(BillActionControllerTest.java:67)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)