Skip to content

Commit

Permalink
fix: Fix failed broken test code2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwon770 committed Apr 30, 2024
1 parent 165d13a commit 5c622cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateway/src/test/java/com/oing/restapi/MainViewApiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ class 금월의_가족구성원_월간_랭킹_조회 {
.andExpect(jsonPath("$.month").value(ZonedDateTime.now().getMonthValue()))
.andExpect(jsonPath("$.firstRanker").doesNotExist())
.andExpect(jsonPath("$.secondRanker").doesNotExist())
.andExpect(jsonPath("$.thirdRanker").doesNotExist())
.andExpect(jsonPath("$.mostRecentSurvivalPostDate").doesNotExist());
.andExpect(jsonPath("$.thirdRanker").doesNotExist());
// .andExpect(jsonPath("$.mostRecentSurvivalPostDate").doesNotExist());
}

@Test
Expand Down

0 comments on commit 5c622cc

Please sign in to comment.