Improve testing stability
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / components / merge / TopologyComparatorTest.java
index 7f77b7d..9e8cff5 100644 (file)
@@ -57,7 +57,7 @@ public class TopologyComparatorTest {
 
     @Before
     public void setUp() throws Exception {
-        MockitoAnnotations.initMocks(this);
+        MockitoAnnotations.openMocks(this);
     }
 
     @Test