Skip to content

Commit

Permalink
fix: fix test codes to reflect main source updation
Browse files Browse the repository at this point in the history
  • Loading branch information
chock-cho committed Jan 23, 2025
1 parent 079ec85 commit 7c520d7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ class GetResearcherInfoUseCaseTest : BehaviorSpec({
assertEquals(mockResearcher.univName, result.univName)
assertEquals(mockResearcher.major, result.major)
assertEquals(mockResearcher.labInfo, result.labInfo)
assertEquals(
"이화여자대학교 컴퓨터공학과 야뿌 서버 연구실 신수정",
result.leadResearcher
)
}
}
}
Expand Down

0 comments on commit 7c520d7

Please sign in to comment.