erickalendra commented on code in PR #10686: URL: https://github.com/apache/cloudstack/pull/10686#discussion_r2037818590
########## server/src/test/java/com/cloud/network/NetworkServiceImplTest.java: ########## @@ -141,11 +146,11 @@ public class NetworkServiceImplTest { @Mock VpcManager vpcMgr; @Mock - NetworkOrchestrationService networkManager; + NetworkOrchestrationService _networkMgr; Review Comment: Same answer as below, the name needs to match the intended field name of the injection. -- 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