Blueprint for configuring a PNF
[ccsdk/apps.git] / ms / controllerblueprints / modules / service / src / test / kotlin / org / onap / ccsdk / apps / controllerblueprints / service / enhancer / BluePrintEnhancerServiceImplTest.kt
index ccacee0..3bfb3d2 100644 (file)
@@ -65,7 +65,7 @@ class BluePrintEnhancerServiceImplTest {
         val basePath = "./../../../../components/model-catalog/blueprint-model/test-blueprint/baseconfiguration"
 
         val targetPath = Paths.get("target", "bp-enhance").toUri().path
-
+        
         val bluePrintContext = bluePrintEnhancerService.enhance(basePath, targetPath)
         Assert.assertNotNull("failed to get blueprintContext ", bluePrintContext)