Skip to content

Commit 8510b07

Browse files
authored
Update FilesClearDataManualTest.java
1 parent 273c569 commit 8510b07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core-java-io/src/test/java/com/baeldung/file/FilesClearDataManualTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,4 @@ public void givenExistingFile_whenDeleteContentUsingGuava_thenEmptyFile() throws
9393

9494
assertEquals(0, StreamUtils.getStringFromInputStream(new FileInputStream(FILE_PATH)).length());
9595
}
96-
9796
}

0 commit comments

Comments
 (0)