Skip to content

Commit 731403f

Browse files
authored
Merge pull request #276 from seedstack/LoggingIT-fix
IT test fix
2 parents 43d8113 + 97d2152 commit 731403f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/java/org/seedstack/seed/core/LoggingIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public static void setUp() throws Exception {
3737
@AfterClass
3838
public static void tearDown() throws Exception {
3939
System.clearProperty("testfileLogging");
40+
Seed.refresh();
4041
if (LOGFILE.exists() && !LOGFILE.delete()) {
4142
throw new IllegalStateException("Unable to delete test file");
4243
}

0 commit comments

Comments
 (0)