Skip to content

Commit

Permalink
Override parameter name in parameterized test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pferraro committed Feb 1, 2024
1 parent 15ea126 commit 02ae8ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
@RunWith(Parameterized.class)
public class MixedStabilitySubsystemTestCase extends AbstractSubsystemSchemaTest<FooSubsystemSchema> {
@Parameters
@Parameters(name = "{0}")
public static Iterable<FooSubsystemSchema> getParameters() {
return EnumSet.allOf(FooSubsystemSchema.class);
}
Expand Down

0 comments on commit 02ae8ee

Please sign in to comment.