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



##########
File path: 
nessie/src/test/java/org/apache/iceberg/nessie/TestBranchVisibility.java
##########
@@ -102,11 +103,11 @@ public void testCatalogWithTableNames() throws 
NessieNotFoundException {
     String mainHash = tree.getReferenceByName("main").getHash();
 
     // asking for table@branch gives expected regardless of catalog
-    Assert.assertEquals(metadataLocation(catalog, 
TableIdentifier.of("test-ns", "table1@test")),
+    assertThat(metadataLocation(catalog, TableIdentifier.of("test-ns", 
"table1@test"))).isEqualTo(

Review comment:
       Nit: prefer line wrapping on method calls instead of in arguments.




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