remove space
This commit is contained in:
parent
e6e0c065d5
commit
273c569b88
@ -47,7 +47,6 @@ public class FilesClearDataManualTest {
|
|||||||
new PrintWriter(FILE_PATH).close();
|
new PrintWriter(FILE_PATH).close();
|
||||||
assertEquals(0, StreamUtils.getStringFromInputStream(new FileInputStream(FILE_PATH)).length());
|
assertEquals(0, StreamUtils.getStringFromInputStream(new FileInputStream(FILE_PATH)).length());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void givenExistingFile_whenDeleteContentUsingFileWriter_thenEmptyFile() throws IOException {
|
public void givenExistingFile_whenDeleteContentUsingFileWriter_thenEmptyFile() throws IOException {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user