refactor: 예약 API Request Body 및 서비스 로직 리팩토링 #161
gradle.yml
on: pull_request
Build and test project
1m 30s
Annotations
2 errors and 1 warning
ReservationServiceTest.정상적으로 예약을 저장할 수 있다.:
src/test/java/com/fc/shimpyo_be/domain/reservation/unit/service/ReservationServiceTest.java#L1
org.springframework.jdbc.datasource.init.ScriptStatementFailedException: Failed to execute SQL script statement #1 of class path resource [testdata/reservation-service-setup.sql]: insert into member (id, name, email, password, photo_url, authority) values (1, 'member', '[email protected]', 'password', 'photoUrl', 'ROLE_USER')
|
Build and test project
Gradle build failed: see console output for details
|
정상적으로 예약을 저장할 수 있다. (com.fc.shimpyo_be.domain.reservation.unit.service.ReservationServiceTest) failed:
com.fc.shimpyo_be.domain.reservation.unit.service.ReservationServiceTest#L0
build/test-results/test/TEST-com.fc.shimpyo_be.domain.reservation.unit.service.ReservationServiceTest.xml [took 0s]
|