This commit is contained in:
Stephane Nicoll
2017-12-13 15:43:30 +01:00
parent a626f5462d
commit 1fdc1e373c
5 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ public class SampleIntegrationApplicationTests {
private ConfigurableApplicationContext context;
@Before
public void deleteInputAndOutput() throws InterruptedException {
public void deleteInputAndOutput() {
deleteIfExists(new File("target/input"));
deleteIfExists(new File("target/output"));
}