Skip to content

Commit 9412b17

Browse files
committed
refactor(SourceTest): use junit5
1 parent feafaee commit 9412b17

File tree

1 file changed

+1
-1
lines changed
  • log4j-core-test/src/test/java/org/apache/logging/log4j/core/util

1 file changed

+1
-1
lines changed

log4j-core-test/src/test/java/org/apache/logging/log4j/core/util/SourceTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
package org.apache.logging.log4j.core.util;
1818

19-
import static org.junit.Assert.assertEquals;
19+
import static org.junit.jupiter.api.Assertions.assertEquals;
2020

2121
import java.io.File;
2222
import java.net.MalformedURLException;

0 commit comments

Comments
 (0)