Arsnael commented on code in PR #2409:
URL: https://github.com/apache/james-project/pull/2409#discussion_r1758067389


##########
mailet/crypto/src/main/java/org/apache/james/transport/matcher/IsSMIMESigned.java:
##########
@@ -45,8 +45,7 @@ public Collection<MailAddress> match(Mail mail) throws 
MessagingException {
         if (message == null) {
             return null;
         }
-        
-        
+

Review Comment:
   From what I see there is no unit tests in general at all for mailets and 
matchers declared in the crypto module, everything seems tested on an 
integration test level? 



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to