Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ class 멘토_승격_지원서_승인 {
void 이미_멘토인_사용자의_지원서를_승인하면_예외가_발생한다() {
// given
SiteUser user = siteUserFixture.사용자();
HostUniversity university = universityFixture.메이지_대학();
HostUniversity university = universityFixture.버지니아_공과_대학();
MentorApplication pendingApplication = mentorApplicationFixture.대기중_멘토신청(user.getId(), UniversitySelectType.CATALOG, university.getId());
mentorFixture.멘토(user.getId(), university.getId());

Expand Down
Loading