diff --git a/src/test/java/technology/tabula/TestCommandLineApp.java b/src/test/java/technology/tabula/TestCommandLineApp.java index 3e4dafa7..d26c55ee 100644 --- a/src/test/java/technology/tabula/TestCommandLineApp.java +++ b/src/test/java/technology/tabula/TestCommandLineApp.java @@ -64,6 +64,7 @@ public void testExtractBatchSpreadsheetWithArea() throws ParseException, IOExcep Path csvPath = tmpFolder.resolve(fs.getPath("spreadsheet.csv")); assertTrue(csvPath.toFile().exists()); assertArrayEquals(expectedCsv.getBytes(), Files.readAllBytes(csvPath)); + Files.delete(csvPath); } @Test