Skip to content

Commit 032e0e9

Browse files
committed
Improve method name
1 parent df1f637 commit 032e0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-vintage-engine/src/testFixtures/java/org/junit/vintage/engine/samples/junit4/ParameterizedTestCase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
public class ParameterizedTestCase {
2828

2929
@Parameters(name = "{0}")
30-
public static Iterable<String> primes() {
30+
public static Iterable<String> parameters() {
3131
return List.of("foo", "bar");
3232
}
3333

0 commit comments

Comments
 (0)