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