This commit is contained in:
Ahmed Tawila 2017-11-16 10:42:59 +02:00
parent c901cb5fad
commit 1bbe9196ee

View File

@ -31,7 +31,6 @@ public class FileUtilsTest {
@After
public void revertFile() throws IOException {
PrintWriter writer = new PrintWriter(fileName);
writer.print("");
writer.print("UK\r\n" + "US\r\n" + "Germany\r\n");
writer.close();
}