Skip to content

Commit

Permalink
Unique test names in StackUtilsTest (#7995)
Browse files Browse the repository at this point in the history
  • Loading branch information
smola authored Nov 21, 2024
1 parent 603ef41 commit 58de7ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private static Stream<Arguments> test_generateUserCodeStackTrace_Params() {
true));
}

@ParameterizedTest
@ParameterizedTest(name = "[{index}]")
@MethodSource("test_generateUserCodeStackTrace_Params")
public void test_generateUserCodeStackTrace(
final Predicate<StackTraceElement> filter, final boolean expected) {
Expand Down

0 comments on commit 58de7ff

Please sign in to comment.