Improve testing stability
[sdc.git] / openecomp-be / backend / openecomp-sdc-vendor-license-manager / src / test / java / org / openecomp / sdc / vendorlicense / impl / LicenseKeyGroupTest.java
index d8e2959..96e78a4 100644 (file)
@@ -74,7 +74,7 @@ public class LicenseKeyGroupTest {
 
   @Before
   public void setUp() throws Exception {
-    MockitoAnnotations.initMocks(this);
+    MockitoAnnotations.openMocks(this);
   }
 
   @After
@@ -495,7 +495,7 @@ public class LicenseKeyGroupTest {
 
   @BeforeMethod
   public void setUp() throws Exception {
-    MockitoAnnotations.initMocks(this);
+    MockitoAnnotations.openMocks(this);
   }
 
   /*@BeforeClass