robolectric / robolectric

Android Unit Testing Framework
http://robolectric.org
Other
5.81k stars 1.36k forks source link

Update ShadowInCallService.setPhone to use @Constructor correct. #9058

Closed copybara-service[bot] closed 3 weeks ago

copybara-service[bot] commented 3 weeks ago

Update ShadowInCallService.setPhone to use @Constructor correct.

Before, this would use inCallService as the realObject, but instead it should be just using the reflector with no real object added to it.