diff --git a/src/test/kotlin/com/example/toyTeam6Airbnb/ReservationIntegrationTest.kt b/src/test/kotlin/com/example/toyTeam6Airbnb/ReservationIntegrationTest.kt index a113c52..226e1d3 100644 --- a/src/test/kotlin/com/example/toyTeam6Airbnb/ReservationIntegrationTest.kt +++ b/src/test/kotlin/com/example/toyTeam6Airbnb/ReservationIntegrationTest.kt @@ -255,7 +255,7 @@ class ReservationIntegrationTest { "endDate": "$endDate1", "numberOfGuests": 1 } - """.trimIndent() + """.trimIndent() val requestBody2 = """ { @@ -264,7 +264,7 @@ class ReservationIntegrationTest { "endDate": "$endDate2", "numberOfGuests": 1 } - """.trimIndent() + """.trimIndent() executor.submit { try { diff --git a/src/test/kotlin/com/example/toyTeam6Airbnb/ReviewIntegrationTest.kt b/src/test/kotlin/com/example/toyTeam6Airbnb/ReviewIntegrationTest.kt index 3d5a566..e832ec9 100644 --- a/src/test/kotlin/com/example/toyTeam6Airbnb/ReviewIntegrationTest.kt +++ b/src/test/kotlin/com/example/toyTeam6Airbnb/ReviewIntegrationTest.kt @@ -3,5 +3,4 @@ package com.example.toyTeam6Airbnb // Review CRUD 테스트에 대한 테스트코드를 작성해줘 // DataGenerator 사용해 // ReviewRepository, UserRepository, RoomRepository를 사용해 -class ReviewIntegrationTest { -} \ No newline at end of file +class ReviewIntegrationTest