Skip to content

Commit

Permalink
Use ORDER constant in MockitoResetTestExecutionListener
Browse files Browse the repository at this point in the history
See gh-34404
Closes gh-34445

Signed-off-by: Johnny Lim <[email protected]>
  • Loading branch information
izeye authored and sbrannen committed Mar 1, 2025
1 parent 7e9ac12 commit 108caea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class MockitoResetTestExecutionListener extends AbstractTestExecutionList
*/
@Override
public int getOrder() {
return Ordered.LOWEST_PRECEDENCE - 100;
return ORDER;
}

@Override
Expand Down

0 comments on commit 108caea

Please sign in to comment.