From 1244735df3292836a2c1859f90b88f2c37a58f9b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20M=C3=BCller?= Date: Fri, 19 Oct 2018 17:29:13 +0200 Subject: [PATCH] mgr/dashboard: Renamed CdFormGroups inital test description MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: https://tracker.ceph.com/issues/36467 Signed-off-by: Stephan Müller --- .../frontend/src/app/shared/forms/cd-form-group.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-form-group.spec.ts b/src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-form-group.spec.ts index 893c895f085..e3acf7136c1 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-form-group.spec.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-form-group.spec.ts @@ -2,7 +2,7 @@ import { AbstractControl, FormControl, FormGroup, NgForm } from '@angular/forms' import { CdFormGroup } from './cd-form-group'; -describe('FormsHelperService', () => { +describe('CdFormGroup', () => { let form: CdFormGroup; const createTestForm = (controlName: string, value: any): FormGroup => -- 2.39.5