Improve testing stability
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / components / impl / CapabilityTypeImportManagerTest.java
index a4d02e1..10ca58d 100644 (file)
@@ -80,7 +80,7 @@ public class CapabilityTypeImportManagerTest {
 
     @Before
     public void initMocks() {
-        MockitoAnnotations.initMocks(this);
+        MockitoAnnotations.openMocks(this);
     }
 
     @Test