Improve testing stability
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / components / merge / property / ComponentInstancePropertiesMergeBLTest.java
index 77cb761..818b225 100644 (file)
@@ -69,7 +69,7 @@ public class ComponentInstancePropertiesMergeBLTest {
 
     @Before
     public void setUp() throws Exception {
-        MockitoAnnotations.initMocks(this);
+        MockitoAnnotations.openMocks(this);
         oldResource = new ResourceBuilder()
                 .addComponentInstance(INSTANCE1, OLD_INSTANCE1)
                 .addComponentInstance(INSTANCE2, OLD_INSTANCE2)