Skip to content

Commit

Permalink
test: FriendRepositoryTest 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
penrose15 committed Sep 9, 2024
1 parent 3905a96 commit e3d2e6b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ private Long saveFriend() {
.friendId(friend.getId())
.memberId(friend.getMember().getId())
.name(friend.getMember().getNickname())
.hasFollowedBack(
friend.getMember().getId() % 2 == 0)
.build())
.toList();
List<String> expectedFollowerNames =
Expand Down

0 comments on commit e3d2e6b

Please sign in to comment.