Skip to content

Commit ed66c38

Browse files
committed
♻️ test code 빌더 수정
1 parent 4ffea60 commit ed66c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/test/java/io/f1/backend/domain/game/app/RoomServiceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ private User createUser(int i) {
174174

175175
User user = User.builder()
176176
.provider(provider)
177-
.provider(providerId).lastLogin(lastLogin).build();
177+
.providerId(providerId).lastLogin(lastLogin).build();
178178
user.setId(userId);
179179

180180
return user;

0 commit comments

Comments
 (0)