Skip to content

Commit

Permalink
rename test case
Browse files Browse the repository at this point in the history
Signed-off-by: mengleang-ngoun <[email protected]>
  • Loading branch information
mengleang-0090 committed Jan 22, 2024
1 parent 7113257 commit adeb1b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ public void doUpdatePassword_whenIdentityEndpointResponseIsNull_thenFail() {
}

@Test
public void doUpdatePassword_whenFail_whenIdentityEndpointResponseContainResponseNull() {
public void doUpdatePassword_whenIdentityEndpointReturnInvalidResponse_thenFail() {

String verifiedTransactionId = "VERIFIED_TRANSACTION_ID";
ResetPasswordRequest resetPasswordRequest = new ResetPasswordRequest();
Expand Down Expand Up @@ -2063,7 +2063,7 @@ public void doUpdatePassword_whenFail_whenIdentityEndpointResponseContainRespons
}

@Test
public void doUpdatePassword_whenFail_whenIdentityEndpointResponseErrors() {
public void doUpdatePassword_whenIdentityEndpointReturnsError_thenFail() {
String verifiedTransactionId = "VERIFIED_TRANSACTION_ID";
ResetPasswordRequest resetPasswordRequest = new ResetPasswordRequest();
resetPasswordRequest.setPassword("Password@2002");
Expand Down

0 comments on commit adeb1b2

Please sign in to comment.