adoroszlai commented on code in PR #5935:
URL: https://github.com/apache/ozone/pull/5935#discussion_r1445082571
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerRestart.java:
##########
@@ -117,7 +116,7 @@ public void testRestartOMWithVolumeOperation() throws
Exception {
objectStore.createVolume(volumeName);
OzoneVolume ozoneVolume = objectStore.getVolume(volumeName);
- assertTrue(ozoneVolume.getName().equals(volumeName));
+ assertEquals(ozoneVolume.getName(), volumeName);
Review Comment:
Thanks. I fixed a few of these before creating the PR, but missed these two.
--
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]