Improve testing stability
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / components / distribution / engine / ServiceDistributionArtifactsBuilderTest.java
index c1cd5f3..46fcbdd 100644 (file)
@@ -62,7 +62,7 @@ public class ServiceDistributionArtifactsBuilderTest extends BeConfDependentTest
 
        @Before
        public void setUpMock() throws Exception {
-               MockitoAnnotations.initMocks(this);
+               MockitoAnnotations.openMocks(this);
        }
 
        @Test