We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f04cae commit 1f4ccc8Copy full SHA for 1f4ccc8
src/test/java/com/example/solidconnection/siteuser/service/MyPageServiceTest.java
@@ -334,7 +334,7 @@ void setUp() {
334
335
@ParameterizedTest
336
@EnumSource(value = AuthType.class, names = {"KAKAO", "APPLE"})
337
- void 소셜_로그인_사용자는_비밀번호를_변경할_수_없다(AuthType authType) {
+ void 소셜_로그인_사용자가_비밀번호를_변경하면_예외가_발생한다(AuthType authType) {
338
// given
339
SiteUser oauthUser = siteUserFixtureBuilder.siteUser()
340
.email("oauth@example.com")
0 commit comments