Skip to content

Commit

Permalink
#37-jenkins build 테스트를 위한 커밋
Browse files Browse the repository at this point in the history
  • Loading branch information
reasonSun committed Dec 22, 2022
1 parent b9bedc1 commit 3cbb1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/flab/quing/user/UserServiceImplTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void signUp_User_Success() {
UserResponse result = userService.signUp(userRequest);

//then
assertThat(result.getUserId()).isEqualTo(3L);
assertThat(result.getUserId()).isEqualTo(2L);
}

@Test
Expand Down

0 comments on commit 3cbb1e9

Please sign in to comment.