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 authored and tsantalis committed Feb 13, 2024
1 parent 38ba7c6 commit 5f54bc3
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,()->en.number());")
.build()),
Set.of("."),
repeat(RefactoringType.PARAMETERIZE_TEST, 1)));
repeat(RefactoringType.PARAMETERIZE_TEST, 2)));
}
{

Expand Down

0 comments on commit 5f54bc3

Please sign in to comment.