Improve testing stability
[sdc.git] / common-be / src / test / java / org / openecomp / sdc / be / csar / security / model / CertificateInfoImplTest.java
index 6b09413..bfcd70a 100644 (file)
@@ -43,7 +43,7 @@ class CertificateInfoImplTest {
 
     @BeforeEach
     void setUp() {
-        MockitoAnnotations.initMocks(this);
+        MockitoAnnotations.openMocks(this);
     }
 
     @Test