remove space

This commit is contained in:
Rajesh Bhojwani 2019-01-17 15:20:25 +05:30
parent e6e0c065d5
commit 273c569b88
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ public class FilesClearDataManualTest {
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 {
new FileWriter(FILE_PATH, false).close(); new FileWriter(FILE_PATH, false).close();