JoaoJandre commented on code in PR #10686: URL: https://github.com/apache/cloudstack/pull/10686#discussion_r2037855970
########## server/src/test/java/com/cloud/network/NetworkServiceImplTest.java: ########## @@ -141,11 +146,11 @@ public class NetworkServiceImplTest { @Mock VpcManager vpcMgr; @Mock - NetworkOrchestrationService networkManager; + NetworkOrchestrationService _networkMgr; @Mock AlertManager alertManager; @Mock - DataCenterDao dcDao; + DataCenterDao _dcDao; Review Comment: Ok I see now why this needs to be done, and refactoring/normalizing it is outside the scope of updating Mockito. Thank you for the explanation @erickalendra -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org