Use ORDER constant in MockitoResetTestExecutionListener
See gh-34404 Closes gh-34445 Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
@@ -88,7 +88,7 @@ public class MockitoResetTestExecutionListener extends AbstractTestExecutionList
|
||||
*/
|
||||
@Override
|
||||
public int getOrder() {
|
||||
return Ordered.LOWEST_PRECEDENCE - 100;
|
||||
return ORDER;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user