Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis0405 committed Jan 16, 2025
1 parent 47015bd commit e349ffc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,4 @@ class ReservationControllerTest {
fun setUp() {
dataGenerator.clearAll()
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,4 @@ class ReservationIntegrationTest {
val reservations = reservationRepository.findAll()
assertEquals(1, reservations.size)
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ class RoomConcurrencyTest {
val rooms = roomRepository.findAll()
assertEquals(1, rooms.size)
}
}
}

0 comments on commit e349ffc

Please sign in to comment.