Improve testing stability
[sdc.git] / catalog-model / src / test / java / org / openecomp / sdc / be / model / jsonjanusgraph / operations / ToscaOperationFacadeTest.java
index 753953f..c0c417a 100644 (file)
@@ -140,7 +140,7 @@ public class ToscaOperationFacadeTest {
     @Before
     public void setUp() throws Exception {
         testInstance = new ToscaOperationFacade();
-        MockitoAnnotations.initMocks(this);
+        MockitoAnnotations.openMocks(this);
     }
 
     @SuppressWarnings("unchecked")