Skip to content

Commit

Permalink
test: 교직원 스크랩코드 변경에 따른 테스트 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rlagkswn00 committed Dec 15, 2024
1 parent 9a00fd9 commit c4fda5b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ void compareAndUpdateDb() {
kuStaffDtoMap.put(dto1.identifier(), dto1);
kuStaffDtoMap.put(dto2.identifier(), dto2);

List<String> successDepartmentNames = List.of("컴퓨터공학과", "생명과학부");
StaffScrapResults staffScrapResults = new StaffScrapResults(kuStaffDtoMap, successDepartmentNames);
StaffScrapResults staffScrapResults = new StaffScrapResults(kuStaffDtoMap);

// when
staffDataSynchronizer.compareAndUpdateDb(staffScrapResults);
Expand Down

0 comments on commit c4fda5b

Please sign in to comment.