Skip to content

Commit 33dfc47

Browse files
committed
test: 오타 수정2..
1 parent cb6409b commit 33dfc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/back/domain/study/record/controller/StudyRecordControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ void t5() throws Exception {
315315
.andExpect(status().isOk())
316316
.andExpect(jsonPath("$.data", hasSize(1)))
317317
.andExpect(jsonPath("$.data[0].startTime").value("2025-10-02T23:00:00"))
318-
.andExpect(jsonPath("$.data[0].endTime").value("2025-10-03T02:00:00"))
318+
.andExpect(jsonPath("$.data[0].endTime").value("2025-10-03T05:00:00"))
319319
.andExpect(jsonPath("$.data[0].duration").value(21600));
320320
}
321321

0 commit comments

Comments
 (0)