We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43d8113 + 97d2152 commit 838a4e0Copy full SHA for 838a4e0
core/src/test/java/org/seedstack/seed/core/LoggingIT.java
@@ -37,6 +37,7 @@ public static void setUp() throws Exception {
37
@AfterClass
38
public static void tearDown() throws Exception {
39
System.clearProperty("testfileLogging");
40
+ Seed.refresh();
41
if (LOGFILE.exists() && !LOGFILE.delete()) {
42
throw new IllegalStateException("Unable to delete test file");
43
}
0 commit comments