We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6409b commit 33dfc47Copy full SHA for 33dfc47
src/test/java/com/back/domain/study/record/controller/StudyRecordControllerTest.java
@@ -315,7 +315,7 @@ void t5() throws Exception {
315
.andExpect(status().isOk())
316
.andExpect(jsonPath("$.data", hasSize(1)))
317
.andExpect(jsonPath("$.data[0].startTime").value("2025-10-02T23:00:00"))
318
- .andExpect(jsonPath("$.data[0].endTime").value("2025-10-03T02:00:00"))
+ .andExpect(jsonPath("$.data[0].endTime").value("2025-10-03T05:00:00"))
319
.andExpect(jsonPath("$.data[0].duration").value(21600));
320
}
321
0 commit comments