Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 506da65

Browse files
committed
Fix compilation issue
1 parent 0843987 commit 506da65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/appirio/tech/core/service/identity/dao/UserDAOTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2484,7 +2484,6 @@ private void testUpdatePassword_IllegalArgument(User user) {
24842484

24852485
// verify
24862486
verify(testee, never()).updatePassword(anyString(), anyString());
2487-
verify(testee, never()).updatePasswordLDAP(anyLong(), anyString());
24882487
}
24892488

24902489

0 commit comments

Comments
 (0)