fixed JUnits in 3 files
[appc.git] / appc-adapters / appc-iaas-adapter / appc-iaas-adapter-bundle / src / test / java / org / onap / appc / adapter / iaas / impl / TestTenantCache.java
index 32f8d45..ba5e534 100644 (file)
@@ -171,6 +171,7 @@ public class TestTenantCache {
         TenantCache spyTenant = Mockito.spy(tenantCache);
         when(spyTenant.getServiceCatalogFactory(anyString(), anyString(), anyObject())).thenReturn(catalog);
         spyTenant.initialize();
+        assertNotNull(props);
     }
 
     /**