Skip to content

Commit e1567f0

Browse files
committed
Polishing
1 parent 23f598a commit e1567f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ void shouldKeepExactlyEverythingBetweenTestCallAndFirstAssertionCall() {
121121
.execute();
122122

123123
List<StackTraceElement> stackTrace = extractStackTrace(results);
124+
124125
assertStackTraceMatch(stackTrace,
125126
"""
126127
\\Qorg.junit.jupiter.api.Assertions.fail(Assertions.java:\\E.+

0 commit comments

Comments
 (0)