Skip to content

Commit

Permalink
test: 그룹 매칭 테스트
Browse files Browse the repository at this point in the history
- Client 확인을 위해 Test Method 코드를 작성했습니다.
  • Loading branch information
HABINOH committed May 19, 2024
1 parent a85bcfd commit c231c37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public List<AutoGroupMatchingResponse> testMethod() {
List<Long> group1 = List.of(15L, 10L, 9L);

// 단체에 있는 모든 멤버 ID
List<Long> allMembers = List.of(5L, 6L, 7L, 9L, 10L, 11L, 12L, 13L, 14L, 15L);
List<Long> allMembers = List.of(5L, 6L, 7L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L);

// 하드코딩된 그룹 멤버를 제외한 나머지 멤버들
List<Long> remainingMembers = new ArrayList<>(allMembers);
Expand Down

0 comments on commit c231c37

Please sign in to comment.