nastra commented on a change in pull request #2684:
URL: https://github.com/apache/iceberg/pull/2684#discussion_r649372601



##########
File path: 
nessie/src/test/java/org/apache/iceberg/nessie/TestBranchVisibility.java
##########
@@ -22,12 +22,13 @@
 import org.apache.iceberg.catalog.TableIdentifier;
 import org.apache.iceberg.types.Types;
 import org.junit.After;
-import org.junit.Assert;
 import org.junit.Before;
 import org.junit.Test;
 import org.projectnessie.error.NessieConflictException;
 import org.projectnessie.error.NessieNotFoundException;
 
+import static org.assertj.core.api.Assertions.assertThat;

Review comment:
       sorry, wasn't aware of that rule. the main reason for that was purely to 
have a shorter line of code and not repeat the same `Assertions.` prefix over 
and over again




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

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