cleanup
This commit is contained in:
parent
c901cb5fad
commit
1bbe9196ee
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user