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 5a10c34 commit de8df8bCopy full SHA for de8df8b
BE/exceed/src/test/java/com/gaebaljip/exceed/integration/meal/GetMealIntegrationTest.java
@@ -113,8 +113,7 @@ void when_getTodayMeal_expected_success() throws Exception {
113
}
114
115
@Test
116
- @DisplayName("성공 : 특정 날짜 식사 조회"
117
- + "특정 날짜에 방문하지 않았을 경우 isVisited가 false이고, 달성도 다 false로 나와야 한다.")
+ @DisplayName("성공 : 특정 날짜 식사 조회" + "특정 날짜에 방문하지 않았을 경우 isVisited가 false이고, 달성도 다 false로 나와야 한다.")
118
@WithMockUser
119
void when_getSpecificMeal_expected_success() throws Exception {
120
0 commit comments