summaryrefslogtreecommitdiffstats
path: root/blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java
diff options
context:
space:
mode:
authorms236b <ms236b@att.com>2019-08-01 13:36:13 -0400
committerms236b <ms236b@att.com>2019-08-19 09:26:02 -0400
commit76fdf3ea035615915575d488ca3f6606f4c941da (patch)
treef91b05142a7acf9f3b48d50346ce38638f3cfe10 /blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java
parentc5bfc898e79431603cbd8fda93fc67efd2aad77f (diff)
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 <ms236b@att.com>
Diffstat (limited to 'blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java')
-rw-r--r--blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java2
1 files changed, 1 insertions, 1 deletions
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");
}