Skip to content

Commit

Permalink
test: 테스트 시 회원 oauthId 더미 데이터 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
apptie committed Aug 9, 2023
1 parent 6d490e2 commit 3b50dbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class AuctionServiceTest {
.name("회원")
.profileImage("profile.png")
.reliability(4.7d)
.oauthId("12345")
.oauthId("789321")
.build();

userRepository.save(seller);
Expand Down

0 comments on commit 3b50dbf

Please sign in to comment.