ctubbsii commented on code in PR #5905:
URL: https://github.com/apache/accumulo/pull/5905#discussion_r2370381839


##########
test/src/main/java/org/apache/accumulo/test/conf/PropStoreConfigIT_SimpleSuite.java:
##########
@@ -743,23 +747,44 @@ public void testTablePropInSystemConfigFails() {
                 + " cannot be set at the system or resource group level."
                 + " Set table properties at the namespace or table level."));
       }
+
+      assertEquals(Map.of(), 
client.instanceOperations().getSystemProperties());

Review Comment:
   Isn't this just `assertTrue(map.isEmpty())`? I don't think this needs 
`assertEquals`



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