nastra commented on code in PR #7895:
URL: https://github.com/apache/iceberg/pull/7895#discussion_r1241790166


##########
core/src/test/java/org/apache/iceberg/util/TestReachableFileUtil.java:
##########
@@ -119,7 +115,7 @@ public void testMetadataFileLocationsWithMissingFiles() {
     table.io().deleteFile(location);
 
     Set<String> metadataFileLocations = 
ReachableFileUtil.metadataFileLocations(table, true);
-    Assert.assertEquals(metadataFileLocations.size(), 2);
+    assertThat(metadataFileLocations.size()).isEqualTo(2);

Review Comment:
   same as above. please also adjust the other places in this file



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