Skip to content

Commit 3dd6eaf

Browse files
committed
Polishing
1 parent e1567f0 commit 3dd6eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-tests/src/test/java/org/junit/platform/StackTracePruningTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void shouldNotPruneStackTraceWhenDisabled() {
7575
List<StackTraceElement> stackTrace = extractStackTrace(results);
7676

7777
assertStackTraceMatch(stackTrace, """
78-
\\Qorg.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:\\E.+
78+
\\Qorg.junit.jupiter.api.Assertions.fail(Assertions.java:\\E.+
7979
>>>>
8080
\\Qorg.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:\\E.+
8181
>>>>

0 commit comments

Comments
 (0)