strongduanmu commented on code in PR #26213:
URL: https://github.com/apache/shardingsphere/pull/26213#discussion_r1224038175


##########
features/encrypt/core/src/test/java/org/apache/shardingsphere/encrypt/algorithm/standard/AESEncryptAlgorithmTest.java:
##########
@@ -43,6 +50,24 @@ void setUp() {
         encryptAlgorithm = (StandardEncryptAlgorithm<Object, String>) 
TypedSPILoader.getService(EncryptAlgorithm.class, "AES", 
PropertiesBuilder.build(new Property("aes-key-value", "test")));
     }
     
+    @Test
+    void assertDefaultDigestAlgorithm() throws NoSuchAlgorithmException {
+        final MockedStatic<DigestUtils> digestUtilsMockedStatic = 
mockStatic(DigestUtils.class);

Review Comment:
   Please remove this final modifier.



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