Skip to content

Commit 228ef3d

Browse files
committed
IT test fix
Need to refresh seed before log file delete.
1 parent 23db939 commit 228ef3d

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)