File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/test/kotlin/com/back/koreaTravelGuide/domain/userChat/chatroom/controller Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ import org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post
2626import org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath
2727import org.springframework.test.web.servlet.result.MockMvcResultMatchers.status
2828import org.springframework.transaction.annotation.Transactional
29- import java.time.ZoneId
30- import java.time.ZonedDateTime
3129
3230@ActiveProfiles(" test" )
3331@SpringBootTest
@@ -95,7 +93,7 @@ class ChatRoomControllerTest {
9593 @Test
9694 @DisplayName(" listRooms returns paginated rooms with cursor" )
9795 fun listRoomsReturnsPaginatedRooms () {
98- val baseTime = ZonedDateTime .now( ZoneId .of( " Asia/Seoul " ))
96+ val baseTime = existingRoom.updatedAt
9997 val extraRooms =
10098 (1 .. 6 ).map { idx ->
10199 val extraGuide =
You can’t perform that action at this time.
0 commit comments