Skip to content

Commit c42acea

Browse files
committed
Fix merge error
1 parent 78346f3 commit c42acea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderCronTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ static void cleanUp() throws Exception {
7474
Files.deleteIfExists(CONFIG);
7575
}
7676

77-
@AfterAll
78-
static void cleanUp() throws Exception {
79-
Files.deleteIfExists(CONFIG);
80-
}
81-
8277
@Test
8378
@LoggerContextSource(timeout = 10)
8479
public void testAppender(final LoggerContext context, @Named("RollingFile") final RollingFileManager manager)

0 commit comments

Comments
 (0)