anchela commented on code in PR #953:
URL: https://github.com/apache/jackrabbit-oak/pull/953#discussion_r1203538930


##########
oak-core/src/test/java/org/apache/jackrabbit/oak/security/authentication/user/LoginModuleImplTest.java:
##########
@@ -106,7 +105,6 @@ public class LoginModuleImplTest extends 
AbstractSecurityTest {
     @Override
     public void after() throws Exception {
         try {
-            clearInvocations(monitor);

Review Comment:
   i checked in my local oak and there are more usages of 
'Mockito.clearInvocations()' in subclasses of the AbstractSecurityTest both in 
oak-core and in other security modules.
   
   i am curious to understand why you remove this one and not the others.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to