nastra commented on code in PR #12822: URL: https://github.com/apache/iceberg/pull/12822#discussion_r2048293752
########## core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java: ########## @@ -222,7 +221,7 @@ public void testCreateExistingNamespace() { @Test public void testCreateNamespaceWithProperties() { - Assumptions.assumeTrue(supportsNamespaceProperties()); + assumeThat(supportsNamespaceProperties()).isEqualTo(true); Review Comment: let's replace this with `isTrue()` as this reads more fluently -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org