commit
fefd49cce7
|
@ -97,8 +97,8 @@ class EmbeddedServerContainerInvocationContextProvider
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void afterAll(ExtensionContext context) throws Exception {
|
public void afterAll(ExtensionContext context) throws Exception {
|
||||||
FileSystemUtils.deleteRecursively(this.tempDir);
|
|
||||||
cleanupCaches();
|
cleanupCaches();
|
||||||
|
FileSystemUtils.deleteRecursively(this.tempDir);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void cleanupCaches() {
|
private void cleanupCaches() {
|
||||||
|
|
Loading…
Reference in New Issue