]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Renamed CdFormGroups inital test description 24633/head
authorStephan Müller <smueller@suse.com>
Fri, 19 Oct 2018 15:29:13 +0000 (17:29 +0200)
committerStephan Müller <smueller@suse.com>
Tue, 30 Oct 2018 11:20:02 +0000 (12:20 +0100)
Fixes: https://tracker.ceph.com/issues/36467
Signed-off-by: Stephan Müller <smueller@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-form-group.spec.ts

index 893c895f0856762ccffaf0d221fd860c23214c78..e3acf7136c129586438ae7a43b2d076d78b57cdf 100644 (file)
@@ -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 =>