We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63ab90 commit a3d22b1Copy full SHA for a3d22b1
src/test/java/com/nordstrom/common/file/PathUtilsTest.java
@@ -66,7 +66,7 @@ public void testPrivateConstructor() throws Throwable {
66
}
67
68
@Test(expectedExceptions = {NullPointerException.class})
69
- public void testVoidPath() throws IOException {
+ public void testNullPath() throws IOException {
70
PathUtils.getNextPath(null, "test", "txt");
71
72
0 commit comments