Skip to content

Commit a3d22b1

Browse files
committed
Fix test method name
1 parent f63ab90 commit a3d22b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/nordstrom/common/file/PathUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void testPrivateConstructor() throws Throwable {
6666
}
6767

6868
@Test(expectedExceptions = {NullPointerException.class})
69-
public void testVoidPath() throws IOException {
69+
public void testNullPath() throws IOException {
7070
PathUtils.getNextPath(null, "test", "txt");
7171
}
7272

0 commit comments

Comments
 (0)