Skip to content

Commit

Permalink
Merge pull request #81 from wafflestudio/feat/lint0
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
JunBye authored Jan 10, 2025
2 parents 437a014 + a1b94fa commit 276a433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class ReservationIntegrationTest {
"endDate": "$endDate1",
"numberOfGuests": 1
}
""".trimIndent()
""".trimIndent()

val requestBody2 = """
{
Expand All @@ -264,7 +264,7 @@ class ReservationIntegrationTest {
"endDate": "$endDate2",
"numberOfGuests": 1
}
""".trimIndent()
""".trimIndent()

executor.submit {
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ package com.example.toyTeam6Airbnb
// Review CRUD 테스트에 대한 테스트코드를 작성해줘
// DataGenerator 사용해
// ReviewRepository, UserRepository, RoomRepository를 사용해
class ReviewIntegrationTest {
}
class ReviewIntegrationTest

0 comments on commit 276a433

Please sign in to comment.