mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Polish
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ public class SampleIntegrationApplicationTests {
|
||||
deleteIfExists(new File("target/output"));
|
||||
}
|
||||
|
||||
private void deleteIfExists(File directory) throws InterruptedException {
|
||||
private void deleteIfExists(File directory) {
|
||||
if (directory.exists()) {
|
||||
assertThat(FileSystemUtils.deleteRecursively(directory)).isTrue();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user