FrankChen021 commented on code in PR #19915:
URL: https://github.com/apache/druid/pull/19915#discussion_r3736505960


##########
extensions-contrib/aliyun-oss-extensions/src/test/java/org/apache/druid/storage/aliyun/OssTimestampVersionedDataFinderTest.java:
##########
@@ -102,7 +102,7 @@ public void testMissing()
 
     EasyMock.verify(oss);
 
-    Assert.assertEquals(null, latest);
+    Assertions.assertEquals(null, latest);

Review Comment:
   Classified as pre-existing/context-only and outdated. Base commit `fe4377a4` 
already used `Assert.assertEquals(null, latest)` at this assertion; the 
migration only changed it to `Assertions.assertEquals(null, latest)`. This is a 
clarity improvement rather than a defect introduced by the JUnit 5 migration, 
so no code change is included.



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