From 76fdf3ea035615915575d488ca3f6606f4c941da Mon Sep 17 00:00:00 2001 From: ms236b Date: Thu, 1 Aug 2019 13:36:13 -0400 Subject: Fixed the streams and the imports issues Fixed the issues with the streams and with the imports and space Issue-ID: DCAEGEN2-1517 Change-Id: I856f1fa3fc47faea19388096f739519db0fe41d8 Signed-off-by: ms236b --- .../java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java') diff --git a/blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java b/blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java index e39cf41..91dec26 100644 --- a/blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java +++ b/blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java @@ -388,7 +388,7 @@ public class BlueprintGeneratorTest { OnapNode node = (OnapNode) bp.getNode_templates().get("test.component.spec"); boolean test = false; - if(!node.getProperties().getApplication_config().getStream_publishes().isEmpty()) { + if(!node.getProperties().getApplication_config().getStreams_publishes().isEmpty()) { test = true; System.out.println("tst"); } -- cgit 1.2.3-korg