[ACS-5645]linting fixes

This commit is contained in:
Yasa-Nataliya
2023-10-13 16:20:25 +05:30
committed by Anukriti Singh
parent e8e9531141
commit 33b32b5409
3 changed files with 3 additions and 3 deletions
@@ -493,7 +493,7 @@ describe('ContentMetadataComponent', () => {
component.editable = false; component.editable = false;
component.toggleEditMode(ButtonType.GeneralInfo); component.toggleEditMode(ButtonType.GeneralInfo);
expect(component.editable).toBe(true); expect(component.editable).toBe(true);
}); });
it('should toggle tags editable', () => { it('should toggle tags editable', () => {
component.editableTags = false; component.editableTags = false;