Skip to content

Commit

Permalink
🐛 [STMT-184] 스터디원 추가로 인한 테스트 실패 케이스 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcv9203 committed May 19, 2024
1 parent 998256d commit bd81241
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class FindStudyMembers {
@Test
@DisplayName("[성공] 스터디 멤버를 조회한다.")
void successTest() {
int want = 2;
int want = 3;

List<SimpleStudyMemberResponse> got = studyMemberRepositoryCustom.findStudyMembersByStudyId(StudyStub.getStudyId());

Expand Down

0 comments on commit bd81241

Please sign in to comment.