Improve testing stability
[sdc.git] / catalog-dao / src / test / java / org / openecomp / sdc / be / dao / janusgraph / JanusGraphDaoMockTest.java
index a745567..7a0152d 100644 (file)
@@ -56,7 +56,7 @@ class JanusGraphDaoMockTest extends DAOConfDependentTest {
 
     @BeforeEach
     void BeforeEach() throws Exception {
-        MockitoAnnotations.initMocks(this);
+        MockitoAnnotations.openMocks(this);
     }
 
     @Test