Skip to content

Commit c77ac8d

Browse files
committed
refactor: PropertiesPropertySourceTest to junit5
1 parent 84f7faa commit c77ac8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4j-api-test/src/test/java/org/apache/logging/log4j/util/PropertiesPropertySourceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
package org.apache.logging.log4j.util;
1818

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

2121
import java.util.Arrays;
2222
import java.util.Collections;

0 commit comments

Comments
 (0)