Skip to content

Commit 477691b

Browse files
committed
feat: create utility init a new File #90 (coverage)
1 parent 3a75c90 commit 477691b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fj-core/src/test/java/test/org/fugerit/java/core/io/TestFileIO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void testNewFile() throws IOException {
3838
public void testCreateFullFile() throws IOException {
3939
String baseDir0 = "target";
4040
String baseDir1 = "target/path/";
41-
String fileName = "not-exists.txt";
41+
String fileName = "not-exists-alt.txt";
4242
String fileNameExists = "classes";
4343
File file0 = FileIO.newFile( baseDir0, fileName );
4444
File file1 = FileIO.newFile( baseDir1, fileName );

0 commit comments

Comments
 (0)