Improve testing stability
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / components / property / PropertyDeclarationOrchestratorTest.java
index d6bd322..5f242d8 100644 (file)
@@ -86,7 +86,7 @@ public class PropertyDeclarationOrchestratorTest {
        @Before
        public void setUp() throws Exception {
 
-               MockitoAnnotations.initMocks(this);
+               MockitoAnnotations.openMocks(this);
 
                service = new ServiceBuilder().setUniqueId(SERVICE_UID).build();
        }