Skip to content

Commit

Permalink
test (MatchingRestDocsTest) : 매칭 동작 후 새로운 라운드 추가하여 매칭파트너 조회 가능토록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mjj111 committed Sep 3, 2024
1 parent 8a05725 commit 0be6a29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ void getMyMatchingPartnersTest() throws Exception {
List<Member> members = dummyGenerator.generateMultiMember(10);
dummyGenerator.generateAppliersToMatch(members);
dummyGenerator.operateMatching();
dummyGenerator.generateMatchingRound(MockTime.TUESDAY);

// when & then
mockMvc.perform(get(baseUrl + "/partners")
Expand Down

0 comments on commit 0be6a29

Please sign in to comment.