From 43b49025fd8f2cdcbbcaf436fb1c5dfabbaa4855 Mon Sep 17 00:00:00 2001 From: xuegao Date: Tue, 23 Feb 2021 16:16:42 +0100 Subject: Adding unit tests Adding unit tests to improve test coverage. Issue-ID: SDC-3428 Change-Id: I64ed1937fb95b16f8af2df20aa10a6d7c45e42e8 Signed-off-by: xuegao --- common/onap-tosca-datatype/src/test/resources/yamlListError.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 common/onap-tosca-datatype/src/test/resources/yamlListError.yaml (limited to 'common/onap-tosca-datatype/src/test/resources/yamlListError.yaml') diff --git a/common/onap-tosca-datatype/src/test/resources/yamlListError.yaml b/common/onap-tosca-datatype/src/test/resources/yamlListError.yaml new file mode 100644 index 0000000000..1cc8353ed1 --- /dev/null +++ b/common/onap-tosca-datatype/src/test/resources/yamlListError.yaml @@ -0,0 +1 @@ +parameter1: value1, value2, value3 \ No newline at end of file -- cgit 1.2.3-korg