From b6c9ed78e512e2d96f1725ca3748a5f02b31e7df Mon Sep 17 00:00:00 2001 From: JvD_Ericsson Date: Fri, 31 Mar 2023 14:42:07 +0100 Subject: UI support for custom functions Issue-ID: SDC-4466 Signed-off-by: JvD_Ericsson Change-Id: I8ff794be8783dc31efecbd1f6abe2efefec6b819 --- .../tosca-concat-function/tosca-concat-function.component.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-concat-function') diff --git a/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-concat-function/tosca-concat-function.component.spec.ts b/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-concat-function/tosca-concat-function.component.spec.ts index 199f73349e..65e6339a7b 100644 --- a/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-concat-function/tosca-concat-function.component.spec.ts +++ b/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-concat-function/tosca-concat-function.component.spec.ts @@ -22,6 +22,7 @@ import {async, ComponentFixture, TestBed} from '@angular/core/testing'; import {ToscaConcatFunctionComponent} from './tosca-concat-function.component'; +import {ToscaCustomFunctionComponent} from '../tosca-custom-function/tosca-custom-function.component'; import {FormsModule, ReactiveFormsModule} from "@angular/forms"; import {ToscaFunctionComponent} from "../tosca-function.component"; import {TranslateModule} from "../../../../shared/translator/translate.module"; @@ -35,7 +36,7 @@ describe('ToscaConcatFunctionComponent', () => { beforeEach(async(() => { TestBed.configureTestingModule({ - declarations: [ToscaConcatFunctionComponent, ToscaFunctionComponent, ToscaGetFunctionComponent, YamlFunctionComponent], + declarations: [ToscaConcatFunctionComponent, ToscaFunctionComponent, ToscaGetFunctionComponent, YamlFunctionComponent, ToscaCustomFunctionComponent], imports: [ FormsModule, ReactiveFormsModule, -- cgit 1.2.3-korg