Remove superflous `if` in MockitoPostProcessor
The `if` in registerSpies() is not required as it's covered by the Assert check. Closes gh-5889
Showing
Please register or sign in to comment
The `if` in registerSpies() is not required as it's covered by the Assert check. Closes gh-5889