Skip to content

Commit

Permalink
just a cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Jul 15, 2022
1 parent dd57025 commit 2f50551
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected void assertAdditionalCapabilities(CapabilityCollectionType nativeCapab
@Override
public void test222ModifyUserBarbossaPasswordSelfServicePassword1Again() throws Exception {
testModifyUserBarbossaPasswordSelfServiceFailure(
AbstractLdapTest.USER_BARBOSSA_PASSWORD_AD_1, AbstractLdapTest.USER_BARBOSSA_PASSWORD_AD_1);
AbstractLdapTest.USER_BARBOSSA_PASSWORD_AD_1);

assertUserAfter(AbstractLdapTest.USER_BARBOSSA_OID)
.assertPassword(AbstractLdapTest.USER_BARBOSSA_PASSWORD_AD_1);
Expand All @@ -57,7 +57,7 @@ public void test222ModifyUserBarbossaPasswordSelfServicePassword1Again() throws
@Override
public void test226ModifyUserBarbossaPasswordSelfServicePassword1AgainAgain() throws Exception {
testModifyUserBarbossaPasswordSelfServiceFailure(
AbstractLdapTest.USER_BARBOSSA_PASSWORD_AD_2, AbstractLdapTest.USER_BARBOSSA_PASSWORD_AD_1);
AbstractLdapTest.USER_BARBOSSA_PASSWORD_AD_2);
}

/**
Expand Down

0 comments on commit 2f50551

Please sign in to comment.