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

elharo pushed a commit to branch warn
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/warn by this push:
     new 8122759  spelling
8122759 is described below

commit 812275999ba97fe77f83b7609e7827092a5029d2
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Thu Jun 1 07:25:27 2023 -0400

    spelling
---
 src/test/java/org/apache/maven/shared/utils/io/FileUtilsTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/maven/shared/utils/io/FileUtilsTest.java 
b/src/test/java/org/apache/maven/shared/utils/io/FileUtilsTest.java
index a5e4780..f9ac451 100644
--- a/src/test/java/org/apache/maven/shared/utils/io/FileUtilsTest.java
+++ b/src/test/java/org/apache/maven/shared/utils/io/FileUtilsTest.java
@@ -1005,7 +1005,7 @@ public class FileUtilsTest {
     //// dirname(String)
 
     @Test(expected = NullPointerException.class)
-    public void nlowUpOnDirnameNull() throws Exception {
+    public void blowUpOnDirnameNull() throws Exception {
         FileUtils.dirname(null);
     }
 

Reply via email to