Skip to content

Commit 6e9b418

Browse files
committed
Add white space to reveal file creation step.
1 parent 44d42c3 commit 6e9b418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public void testNextPath() throws IOException {
3434
assertEquals(path1.getFileName().toString(), "testNextPath.txt");
3535

3636
path1.toFile().createNewFile();
37+
3738
Path path2 = PathUtils.getNextPath(targetPath, "testNextPath", "txt");
3839
assertEquals(path2.getFileName().toString(), "testNextPath-2.txt");
3940
Path path3 = PathUtils.getNextPath(targetPath, "test", "txt");

0 commit comments

Comments
 (0)