Skip to content

Commit

Permalink
Merge branch '6.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Mar 1, 2025
2 parents 788b66f + 108caea commit 99d5e90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class MockitoResetTestExecutionListener extends AbstractTestExecutionList
*/
@Override
public int getOrder() {
return Ordered.LOWEST_PRECEDENCE - 100;
return ORDER;
}

@Override
Expand Down

0 comments on commit 99d5e90

Please sign in to comment.