Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Oct 26, 2024
1 parent 49f83f5 commit 0f500c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fitnesse/slim/StackTraceEnricherTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
public class StackTraceEnricherTest {
private static final String JUNIT_JAR_PATTERN = "[junit";
private static final String RT_JAR = "rt.jar";
private static final String COMMONS_LANG_VERSION = "3.14.0";
private static final Pattern COMMONS_LANG_JAR = Pattern.compile("commons-lang3(-3.14.0)?.jar");
private static final String COMMONS_LANG_VERSION = "3.17.0";
private static final Pattern COMMONS_LANG_JAR = Pattern.compile("commons-lang3(-3.17.0)?.jar");

private Throwable exception;
private Throwable exceptionWithCause;
Expand Down

0 comments on commit 0f500c5

Please sign in to comment.