vishesh92 commented on code in PR #12994:
URL: https://github.com/apache/cloudstack/pull/12994#discussion_r3062852651
##########
server/src/test/java/org/apache/cloudstack/cluster/ClusterDrsServiceImplTest.java:
##########
@@ -121,6 +123,9 @@ public class ClusterDrsServiceImplTest {
@Mock
private AffinityGroupVMMapDao affinityGroupVMMapDao;
+ @Mock
+ private UserVmDetailsDao userVmDetailsDao;
+
Review Comment:
tests are passing and we don't need mocks for all unit tests.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]