Skip to content

Commit

Permalink
Fix the number of expected parameterized tests
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgveloso committed Feb 13, 2024
1 parent 001c19c commit 88d0de8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ private static Collection<Arguments> testParameterizeTest() {
.statement("assertThrows(NullPointerException.class,()->enum.number());")
.build()),
Set.of("."),
repeat(RefactoringType.PARAMETERIZE_TEST, 1)));
repeat(RefactoringType.PARAMETERIZE_TEST, 2)));
}
{

Expand Down

0 comments on commit 88d0de8

Please sign in to comment.