[ACS-5551] remove extra space

This commit is contained in:
Anukriti Singh
2023-10-13 16:29:41 +05:30
parent 59e5d3898d
commit 145bc65223
@@ -324,7 +324,7 @@ describe('CategoriesManagementComponent', () => {
it('should have no required validator set for category control', () => {
expect(component.categoryNameControl.hasValidator(Validators.required)).toBeFalse();
});
it('should display validation error when searching for empty category', fakeAsync(() => {
typeCategory(' ');