Skip to content

refactor: 예약 API Request Body 및 서비스 로직 리팩토링 #161

refactor: 예약 API Request Body 및 서비스 로직 리팩토링

refactor: 예약 API Request Body 및 서비스 로직 리팩토링 #161

Triggered via pull request December 6, 2023 15:01
Status Failure
Total duration 1m 42s
Artifacts

gradle.yml

on: pull_request
Build and test project
1m 30s
Build and test project
Fit to window
Zoom out
Zoom in

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