Skip to content

Commit

Permalink
refactor(SourceTest): use junit5
Browse files Browse the repository at this point in the history
  • Loading branch information
hulkoba authored and ninetteadhikari committed Oct 10, 2024
1 parent 1e6ba3f commit 4b3bfd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
package org.apache.logging.log4j.core.util;

import static org.junit.Assert.assertEquals;
import static org.junit.jupiter.api.Assertions.assertEquals;

import java.io.File;
import java.net.MalformedURLException;
Expand Down

0 comments on commit 4b3bfd5

Please sign in to comment.