-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The test does a check using `.getClass()` for the mock object. Between Mockito updates, the class return changed from something wrapped in a mock to the actual class.
The test does a check using `.getClass()` for the mock object. Between Mockito updates, the class return changed from something wrapped in a mock to the actual class.