zaaath commented on code in PR #2977:
URL: https://github.com/apache/cassandra/pull/2977#discussion_r1427512722


##########
test/unit/org/apache/cassandra/io/util/FileUtilsTest.java:
##########
@@ -75,6 +75,35 @@ public void testParseFileSize() throws Exception
             6621259022467L, FileUtils.parseFileSize("6.022 TiB"));
     }
 
+    @Test
+    public void testStringifyFileSize() throws Exception

Review Comment:
   There were no tests for `FileUtils.stringifyFileSize`, so I had to add these.



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