liangyepianzhou commented on code in PR #24222:
URL: https://github.com/apache/pulsar/pull/24222#discussion_r2128058546


##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerEntryMetadataE2ETest.java:
##########
@@ -19,20 +19,25 @@
 package org.apache.pulsar.broker.service;
 
 import static 
org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo.LedgerInfo;
+import static org.assertj.core.api.AssertionsForClassTypes.assertThatThrownBy;

Review Comment:
   The difference between these two imports lies in the fact that they come 
from different entry point classes of the AssertJ library, but their actual 
functionality is identical. However, using `Assertions` is indeed the more 
standard practice.  



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