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 3a75c90 commit 477691bCopy full SHA for 477691b
fj-core/src/test/java/test/org/fugerit/java/core/io/TestFileIO.java
@@ -38,7 +38,7 @@ public void testNewFile() throws IOException {
38
public void testCreateFullFile() throws IOException {
39
String baseDir0 = "target";
40
String baseDir1 = "target/path/";
41
- String fileName = "not-exists.txt";
+ String fileName = "not-exists-alt.txt";
42
String fileNameExists = "classes";
43
File file0 = FileIO.newFile( baseDir0, fileName );
44
File file1 = FileIO.newFile( baseDir1, fileName );
0 commit comments