Skip to content

Commit 4b3bfd5

Browse files
hulkobaninetteadhikari
authored andcommitted
refactor(SourceTest): use junit5
1 parent 1e6ba3f commit 4b3bfd5

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)