From: Stephan Müller Date: Fri, 19 Oct 2018 15:29:13 +0000 (+0200) Subject: mgr/dashboard: Renamed CdFormGroups inital test description X-Git-Tag: v14.1.0~1047^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24633%2Fhead;p=ceph.git mgr/dashboard: Renamed CdFormGroups inital test description Fixes: https://tracker.ceph.com/issues/36467 Signed-off-by: Stephan Müller --- 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 893c895f0856..e3acf7136c12 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 =>