Skip to content

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
import static org.apache.logging.log4j.core.test.hamcrest.FileMatchers.hasName;
2121
import static org.hamcrest.Matchers.endsWith;
2222
import static org.hamcrest.Matchers.hasItemInArray;
23-
import static org.junit.jupiter.api.Assertions.assertNotNull;
24-
import static org.junit.jupiter.api.Assertions.assertTrue;
25-
import static org.junit.jupiter.api.Assumptions.assumeTrue;
23+
import static org.junit.Assert.assertNotNull;
24+
import static org.junit.Assert.assertTrue;
25+
import static org.junit.Assume.assumeTrue;
2626

2727
import java.io.File;
2828
import java.io.IOException;

0 commit comments

Comments
 (0)
Please sign in to comment.