This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git

commit 5b065d799912dbbf98bf71f10f861ab57dca8727
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Fri Jan 15 18:32:12 2021 -0500

    FIx test method name.
---
 src/test/java/org/apache/commons/io/file/PathUtilsIsEmptyTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/io/file/PathUtilsIsEmptyTest.java 
b/src/test/java/org/apache/commons/io/file/PathUtilsIsEmptyTest.java
index 647a7ef..d8d95b5 100644
--- a/src/test/java/org/apache/commons/io/file/PathUtilsIsEmptyTest.java
+++ b/src/test/java/org/apache/commons/io/file/PathUtilsIsEmptyTest.java
@@ -52,7 +52,7 @@ public class PathUtilsIsEmptyTest {
     }
 
     @Test
-    public void testisEmptyDirectory() throws IOException {
+    public void testIsEmptyDirectory() throws IOException {
         final Path tempDir = 
Files.createTempDirectory(getClass().getCanonicalName());
         try {
             Assertions.assertTrue(PathUtils.isEmptyDirectory(tempDir));

Reply via email to